diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-09-18 12:07:29 +0200 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-09-18 12:07:29 +0200 |
commit | a565e649898c629874ef812a13806b1c384f68e4 (patch) | |
tree | afc03ed12ec7e82ce17bcfff5ba76440ff43eb97 /lib/conf | |
parent | 8d9321225140a3db0b72796d4d0236d6cacfeb8a (diff) | |
download | Bits-a565e649898c629874ef812a13806b1c384f68e4.tar.gz Bits-a565e649898c629874ef812a13806b1c384f68e4.zip |
Added study program. Yay!
Diffstat (limited to 'lib/conf')
-rw-r--r-- | lib/conf/apps.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/conf/apps.php b/lib/conf/apps.php index 734bfca..ef491ee 100644 --- a/lib/conf/apps.php +++ b/lib/conf/apps.php @@ -44,6 +44,9 @@ $apps = array( "index" => 1, "deckadd" => 1, "deck" => 1, + "deckrm" => 1, + "setrate" => 1, + "setcard" => 1, ), ); |