summaryrefslogtreecommitdiff
path: root/www-ssl/index.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-03 16:22:33 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-03 16:22:33 +0200
commit7a6f4b2750465da6f59b13aefa575d734f5471f3 (patch)
tree8fdb6ee997d366ed49aad770063d91947bbb560f /www-ssl/index.php
parentf38500a2f10d4e1bfe4f7a40405043cefc05644f (diff)
wake-up calls
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 214ec54a..71c13d15 100644
--- a/www-ssl/index.php
+++ b/www-ssl/index.php
@@ -55,6 +55,10 @@ if (in_array($p, $privileges)) {
require_once ('includes/pages/user_questions.php');
$content = user_questions();
}
+ elseif ($p == "user_wakeup") {
+ require_once ('includes/pages/user_wakeup.php');
+ $content = user_wakeup();
+ }
elseif ($p == "user_settings") {
require_once ('includes/pages/user_settings.php');
$content = user_settings();