add auto load .env
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/php/auto/auto.php';
|
||||
|
||||
|
||||
|
||||
$notifications = ["Helo1", "hello2"];
|
||||
|
||||
echo json_encode($notifications);
|
||||
Reference in New Issue
Block a user