]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - admin.php
[TASK] set explicit PHP settings for docker
[jirafeau_mojo42.git] / admin.php
index a42b20fa3dc68ec435768022a9b00c7dc4825b6b..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);
    * 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)) {
 
   /* Show admin interface if not downloading a file. */
   if (!(isset($_POST['action']) && strcmp($_POST['action'], 'download') == 0)) {
@@ -277,7 +275,6 @@ if (php_sapi_name() == "cli") {
               $r = fopen(VAR_FILES . $p . $l['hash'], 'r');
               while (!feof($r)) {
                   print fread($r, 1024);
               $r = fopen(VAR_FILES . $p . $l['hash'], 'r');
               while (!feof($r)) {
                   print fread($r, 1024);
-                  ob_flush();
               }
               fclose($r);
           }
               }
               fclose($r);
           }

patrick-canterino.de