Files
cmms/php/notifications.php
T
2026-09-10 11:20:46 +02:00

5 lines
79 B
PHP

<?php
$notifications = ["Helo1", "hello2"];
echo json_encode($notifications);