From ccff9ce8d8a2818699ce4e20a310986fc95ea022 Mon Sep 17 00:00:00 2001 From: Nicolas BERNSTEIN Date: Sun, 18 Mar 2012 14:08:31 +0100 Subject: Added a way of classifying images in folders. --- lib/conf/apps.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/conf/apps.php') diff --git a/lib/conf/apps.php b/lib/conf/apps.php index 26de50c..b7f3c9d 100644 --- a/lib/conf/apps.php +++ b/lib/conf/apps.php @@ -8,8 +8,12 @@ $apps = array( "image" => array( "index" => 1, "delete" => 1, - "rename" => 1, + "editinfo" => 1, "upload" => 0, + "folder" => 0, + "newfld" => 1, + "editfld" => 1, + "delfld" => 1, ), // Account application -- cgit v1.2.3