stuzer05

stuzer05 / PHP show errors

Last active 3 months ago

Like 0

stuzer05 revised this gist 9 months ago · d35fc47

1 file changed

gistfile1.txt renamed to index.php

File renamed without changes

stuzer05 revised this gist 9 months ago · c8a8a04

1 file changed, 3 insertions

gistfile1.txt (file created)
@@ -0,0 +1,3 @@
1 + ini_set('display_errors', '1');
2 + ini_set('display_startup_errors', '1');
3 + error_reporting(E_ALL);