summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 3b8250a..11ddcc3 100644
--- a/index.php
+++ b/index.php
@@ -124,6 +124,10 @@ Render::addTemplate('footer');
if (defined('CONFIG_DEBUG') && CONFIG_DEBUG) {
Message::addWarning('!! Debug-Modus aktiv !!');
+ if(User::isAdmin()) {
+ Message::addWarning(User::getShibId());
+ Message::addWarning('<pre>'.print_r($_SERVER, true).'</pre>');
+ }
}
// Send page to client.