]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - admin.php
[FEATURE] Add composer
[jirafeau_mojo42.git] / admin.php
index e5ba8bd3fa2a774d690a26bfc433479522a6a4eb..bcc291b2e9b4683f819abca9999913624551f2d0 100644 (file)
--- 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)) {

patrick-canterino.de