Last active 6 months ago

PHP

michelgentile's Avatar michelgentile revised this gist 6 months ago. Go to revision

1 file changed, 4 insertions

index.php(file created)

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