4 lines
No EOL
98 B
PHP
4 lines
No EOL
98 B
PHP
<?php
|
|
// Add any configuration settings here
|
|
error_reporting(E_ALL);
|
|
ini_set('display_errors', 1); |