diff options
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ * For more info visit: http://www.php.net/error_reporting * */ - error_reporting(E_ALL); + error_reporting(E_ALL^E_NOTICE); /* *--------------------------------------------------------------- |