diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2012-03-18 14:08:31 +0100 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2012-03-18 14:08:31 +0100 |
commit | ccff9ce8d8a2818699ce4e20a310986fc95ea022 (patch) | |
tree | c585ead91c894c621c73b63bc84012709e795151 /lib/conf/apps.php | |
parent | 24547ccec6526fcef3cccb34bc35fb81f31236b3 (diff) | |
download | Bits-ccff9ce8d8a2818699ce4e20a310986fc95ea022.tar.gz Bits-ccff9ce8d8a2818699ce4e20a310986fc95ea022.zip |
Added a way of classifying images in folders.
Diffstat (limited to 'lib/conf/apps.php')
-rw-r--r-- | lib/conf/apps.php | 6 |
1 files changed, 5 insertions, 1 deletions
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 |