X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/c3c7c86917d4c01c0cb2188dba77e4119788e81f..d598ed64ed220d9bc3113add823c93310c68ad38:/admin.php diff --git a/admin.php b/admin.php index e5ba8bd..bcc291b 100644 --- a/admin.php +++ b/admin.php @@ -110,8 +110,6 @@ if (php_sapi_name() == "cli") { * Be sure PHP's safe mode is off. */ @set_time_limit(0); - /* Remove errors. */ - @error_reporting(0); /* Show admin interface if not downloading a file. */ if (!(isset($_POST['action']) && strcmp($_POST['action'], 'download') == 0)) {