]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - script.php
[TASK] better to test docker image before releasing
[jirafeau_mojo42.git] / script.php
index 791e950bac11db2436d0643b451c86a928b71995..cd7cec60ad7ec74a5389b79816ce213cd1ac10ff 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  *  Jirafeau, your web file repository
- *  Copyright (C) 2015  Jerome Jutteau <j.jutteau@gmail.com>
+ *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU Affero General Public License as
@@ -198,7 +198,6 @@ if (isset($_FILES['file']) && is_writable(VAR_FILES)
     $r = fopen(VAR_FILES . $p . $link['hash'], 'r');
     while (!feof($r)) {
         print fread($r, 1024);
-        ob_flush();
     }
     fclose($r);
 
@@ -301,7 +300,7 @@ if [ -n "$one_time" ]; then
     options="$options -F one_time_download=1"
 fi
 
-f [ -n "$upload_password" ]; then
+if [ -n "$upload_password" ]; then
     options="$options -F upload_password=$upload_password"
 fi
 

patrick-canterino.de