9 lines
145 B
PHP
9 lines
145 B
PHP
<?php
|
|
|
|
require_once $_SERVER['DOCUMENT_ROOT'] . '/php/auto/auto.php';
|
|
|
|
|
|
|
|
$notifications = ["Helo1", "hello2"];
|
|
|
|
echo json_encode($notifications); |