chore: complete update
This commit is contained in:
5
public/test.php
Normal file
5
public/test.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
ini_set('display_errors',1);
|
||||
ini_set('display_startup_errors',1);
|
||||
error_reporting(E_ALL);
|
||||
echo 'DEBUG '.date('Y-m-d H:i:s');
|
||||
Reference in New Issue
Block a user