summaryrefslogtreecommitdiff
path: root/www-ssl/index.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-03 01:03:39 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-03 01:03:39 +0200
commit626b9a81f303a07fab5be1302496d8823d1fede4 (patch)
tree17f9531895676fb9f68cc36edce00555964c9f92 /www-ssl/index.php
parent32b3ce5f900cf0d378f77a6675b989ee0e641f13 (diff)
admin faq
Diffstat (limited to 'www-ssl/index.php')
-rw-r--r--www-ssl/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www-ssl/index.php b/www-ssl/index.php
index d722de32..8ad025aa 100644
--- a/www-ssl/index.php
+++ b/www-ssl/index.php
@@ -73,6 +73,10 @@ if (in_array($p, $privileges)) {
elseif ($p == "admin_groups") {
require_once ('includes/pages/admin_groups.php');
$content = admin_groups();
+ }
+ elseif ($p == "admin_faq") {
+ require_once ('includes/pages/admin_faq.php');
+ $content = admin_faq();
} else {
require_once ('includes/pages/guest_start.php');
$content = guest_start();