summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index d94322e..6b7c3d8 100644
--- a/index.php
+++ b/index.php
@@ -128,6 +128,7 @@ if (defined('CONFIG_DEBUG') && CONFIG_DEBUG) {
if(User::isAdmin()) {
Message::addWarning(User::getShibId());
Message::addWarning('<pre>'.print_r($_SERVER, true).'</pre>');
+ Message::addWarning('<pre>'.print_r($_COOKIE, true).'</pre>');
}
}