Skip to content
Snippets Groups Projects
Commit 3aa54d7c authored by Andreas Gohr's avatar Andreas Gohr
Browse files

output session info in debug output

darcs-hash:20060121114041-7ad00-d56b28d75937bc6a4fe3a7612569498ecf344c18.gz
parent d5afc449
No related branches found
No related tags found
No related merge requests found
......@@ -1103,6 +1103,10 @@ function html_debug(){
print $lang['encoding'];
print '</pre>';
print '<b>$_SESSION:</b><pre>';
print_r($_SESSION);
print '</pre>';
print '<b>Environment:</b><pre>';
print_r($_ENV);
print '</pre>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment