diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-07-19 19:31:07 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-07-19 19:31:07 +0200 |
commit | 3add966f23af6800113263bc8b76d332f7d4ec45 (patch) | |
tree | 9dfdeb322eb244f215f780dfd23cd87e5e923980 /public/index.php | |
parent | 112e449f0f93c44c4d76373873bf79388ffdc647 (diff) |
#2 needed files and settings for new modul admin_arrive
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php index 1f1ebcd0..7f24ee42 100644 --- a/public/index.php +++ b/public/index.php @@ -90,6 +90,10 @@ if (in_array($p, $privileges)) { require_once ('includes/pages/admin_user.php'); $content = admin_user(); } + elseif ($p == "admin_arrive") { + require_once ('includes/pages/admin_arrive.php'); + $content = admin_arrive(); + } elseif ($p == "admin_news") { require_once ('includes/pages/admin_news.php'); $content = admin_news(); |