From 3add966f23af6800113263bc8b76d332f7d4ec45 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Tue, 19 Jul 2011 19:31:07 +0200 Subject: #2 needed files and settings for new modul admin_arrive --- public/index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/index.php') 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(); -- cgit v1.2.3-54-g00ecf