From 296d8a14511739a15327ffe30c0895cd3490e940 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 21 Mar 2014 19:25:02 +0100 Subject: Doesn't show private files anymore and trying to write a empty_folder function. --- www/constants.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/constants.php') diff --git a/www/constants.php b/www/constants.php index 1cdc32d..266bd6a 100644 --- a/www/constants.php +++ b/www/constants.php @@ -67,3 +67,5 @@ define("DELETE_USER_NOT_OWNER", 52); define("DELETE_FOLDER_DATABASE", 53); define("DELETE_FOLDER_LOGIN", 54); define("DELETE_FOLDER_NOT_EMPTY", 55); + +define("FOLDER_NOT_PUBLIC", 56); -- cgit v1.2.3