summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-17 16:25:54 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-17 16:25:54 +0100
commit10b4f94e5bdd4bfe1877ad06dfdf2237e4228ab5 (patch)
tree5bdbaba3066f9679c22a53dccf809a40121595e8 /public
parent61d61848a414dd266f7765fd89b35ce7b07a4e53 (diff)
#29 list of currently unemployed angels
Diffstat (limited to 'public')
-rw-r--r--public/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index d1865d4c..0e4739dc 100644
--- a/public/index.php
+++ b/public/index.php
@@ -102,6 +102,10 @@ elseif (in_array($p, $privileges)) {
require_once ('includes/pages/admin_active.php');
$content = admin_active();
}
+ elseif ($p == "admin_free") {
+ require_once ('includes/pages/admin_free.php');
+ $content = admin_free();
+ }
elseif ($p == "admin_news") {
require_once ('includes/pages/admin_news.php');
$content = admin_news();