diff options
Diffstat (limited to 'src/controllers/Groups.class.php')
-rw-r--r-- | src/controllers/Groups.class.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/controllers/Groups.class.php b/src/controllers/Groups.class.php deleted file mode 100644 index 9d99d99..0000000 --- a/src/controllers/Groups.class.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -Router::register('groups/new' , 'Groups', 'new_group'); -Router::register('groups/index', 'Groups', 'index_file'); -Router::register('groups' , 'Groups', 'index_dir'); -Router::register('groups/*' , 'Groups', 'individual'); - -class Groups extends Controller { - public static $illegal_names = array('', 'new', 'index'); - // TODO -} |