Files
cmms/php/notifications.php
2026-09-10 13:53:20 +02:00

9 lines
145 B
PHP

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