diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-12-16 09:25:36 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-12-17 14:59:41 +0100 |
commit | c8cc46886b4a163f9408df80c3bfbdcfa4ae2f7b (patch) | |
tree | 109544b122e6a2032a413633b78e5a40baa422e5 /public/index.php | |
parent | a73e98a8e069074fe439d8d54c93fd35c46ace8e (diff) |
shift type list
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php index 6574b619..51bd7661 100644 --- a/public/index.php +++ b/public/index.php @@ -131,6 +131,8 @@ if (isset($_REQUEST['p']) && preg_match("/^[a-z0-9_]*$/i", $_REQUEST['p']) && (i list($title, $content) = users_controller(); } elseif ($p == "user_angeltypes") { list($title, $content) = user_angeltypes_controller(); + } elseif ($p == "shifttypes") { + list($title, $content) = shifttypes_controller(); } elseif ($p == "news") { $title = news_title(); $content = user_news(); |