diff --git a/lib/file-control.php b/lib/file-control.php index 8286a56..6d4210f 100644 --- a/lib/file-control.php +++ b/lib/file-control.php @@ -121,7 +121,7 @@ if ($_GET['action']=="paste") { } } // Reload file manager - echo ''; + echo ''; } else { echo ""; } @@ -132,7 +132,7 @@ if ($_GET['action']=="paste") { if ($_GET['action']=="upload") { if (!$demoMode) { class fileUploader { - public function __construct($uploads) { + public function __construct($uploads) { global $docRoot; $uploadDir=$docRoot.$iceRoot.str_replace("..","",str_replace("|","/",strClean($_POST['folder'])."/")); foreach($uploads as $current) {