Last active 1714735618

stuzer05 revised this gist 1714735618. Go to revision

1 file changed, 3 insertions

index.php(file created)

@@ -0,0 +1,3 @@
1 + ini_set('display_errors', 1);
2 + ini_set('display_startup_errors', 1);
3 + error_reporting(E_ALL);
Newer Older