From ac5891a49fe76808195f0e7bb9856e98ac1aed5a Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Mon, 17 Mar 2014 20:44:55 +0100 Subject: Added directory creation to the browser and fixed all the bugs in func_folder --- www/functions/func_interface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/functions/func_interface.php') diff --git a/www/functions/func_interface.php b/www/functions/func_interface.php index e6aa3f1..e5e4729 100755 --- a/www/functions/func_interface.php +++ b/www/functions/func_interface.php @@ -11,9 +11,9 @@ function collect_content($db,$username, $folder_path){ $content = get_content($db, $file_id, $owner); - if(!$content){ + /*if(!$content){ failure("This folder is empty."); - } + }*/ return $content; } -- cgit v1.2.3