From 3aa54d7c9ec9ff4a63d08b2b25bdf7483f8d3e79 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 21 Jan 2006 12:40:41 +0100 Subject: output session info in debug output darcs-hash:20060121114041-7ad00-d56b28d75937bc6a4fe3a7612569498ecf344c18.gz --- inc/html.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inc') diff --git a/inc/html.php b/inc/html.php index 8ecdad749..dc50b1a45 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1103,6 +1103,10 @@ function html_debug(){ print $lang['encoding']; print ''; + print '$_SESSION:
';
+  print_r($_SESSION);
+  print '
'; + print 'Environment:
';
   print_r($_ENV);
   print '
'; -- cgit v1.2.3