diff options
author | root <root@adnab.me> | 2014-01-31 16:42:40 +0100 |
---|---|---|
committer | root <root@adnab.me> | 2014-01-31 16:42:40 +0100 |
commit | b0c23ea84327d48e3a4383fac3e795c2dc0a1215 (patch) | |
tree | 625a8f0882815d9442a4ff2ec15a49e669a15ed3 /lib/conf/apps.php | |
parent | cee55b766230837c21453f85e76a921cb5b8b89e (diff) | |
download | Bits-b0c23ea84327d48e3a4383fac3e795c2dc0a1215.tar.gz Bits-b0c23ea84327d48e3a4383fac3e795c2dc0a1215.zip |
Remove all studying apps code.
Diffstat (limited to 'lib/conf/apps.php')
-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, - ), ); |