From cb74ce9e9702677225102fc06b5adda8ce692cdc Mon Sep 17 00:00:00 2001 From: moehm Date: Wed, 26 Mar 2014 13:06:09 +0100 Subject: More improvements. Fix in the index, also added password_recover and changed the requirements for the upload interface. --- www/constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'www/constants.php') diff --git a/www/constants.php b/www/constants.php index e98111e..3fcd67b 100644 --- a/www/constants.php +++ b/www/constants.php @@ -45,6 +45,7 @@ define("UPLOAD_QUOTA", 34); define("UPLOAD_FILE_HANDLING", 35); define("UPLOAD_MOVING", 36); define("UPLOAD_DUPLICATE", 37); +define("UPLOAD_FOLDER_NOT_OWNER", 67); define("MKDIR_SLASH_IN_FOLDER_NAME", 38); //check TODO -- cgit v1.2.3