From f1840d40760abb9869bd218ca510eceb94f86478 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 22 Mar 2014 02:14:04 +0100 Subject: Differences between folder_is_empty and file_not_found. TODO: Extra design for empty folder. --- 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 266bd6a..9e0514b 100644 --- a/www/constants.php +++ b/www/constants.php @@ -69,3 +69,5 @@ define("DELETE_FOLDER_LOGIN", 54); define("DELETE_FOLDER_NOT_EMPTY", 55); define("FOLDER_NOT_PUBLIC", 56); +define("FILE_NOT_FOUND", 57); +define("EMPTY_FOLDER", 58); -- cgit v1.2.3