diff options
Diffstat (limited to 'lib/conf')
-rw-r--r-- | lib/conf/apps.php | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/lib/conf/apps.php b/lib/conf/apps.php index 8e755b1..c3efea4 100644 --- a/lib/conf/apps.php +++ b/lib/conf/apps.php @@ -4,7 +4,7 @@ $homepage = "blog"; $apps = array( - // Image upload application + // File upload application "file" => array( "index" => 1, "delete" => 1, @@ -48,43 +48,5 @@ $apps = array( "delcom" => 2, ), - // Studies application - "deck" => array( - "index" => 0, - "new" => 1, - "view" => 0, - // function called for editing - "edit" => 1, // change title, comment - "addent" => 1, // add card - "rment" => 1, // remove card - "edent" => 1, // edit card - "mvent" => 1, // move card - ), - "list" => array( - "index" => 0, - "view" => 0, - "new" => 1, - "edit" => 1, // edit global info = name, desc, ... - - "addbatch" => 1, - "edbatch" => 1, - "rmbatch" => 1, - ), - - "study" => array ( - "index" => 0, - "deckadd" => 1, - "deck" => 1, - "deckrm" => 1, - "setrate" => 1, - "setcard" => 1, - - "listadd" => 1, // create list_study - "list" => 1, // !!!!!! show global progress for a list_study - "listrm" => 1, // delete list_study - "batch" => 1, // (JS) shows progress for a batch_study - "batchreview" => 1, // (JS) batch review app - "brresults" => 1, - ), ); |