Skip to content
Snippets Groups Projects
Commit d16a4eda authored by andi's avatar andi
Browse files

debug checks encoding

darcs-hash:20050116111335-9977f-d0578679e43239d58f0f72aa516d1e32de888e3b.gz
parent a6535125
No related branches found
No related tags found
No related merge requests found
......@@ -1075,6 +1075,7 @@ function html_signature(){
*/
function html_debug(){
global $conf;
global $lang;
print '<html><body>';
......@@ -1106,6 +1107,10 @@ function html_debug(){
print setlocale(LC_ALL,0);
print '</pre>';
print '<b>encoding:</b><pre>';
print $lang['encoding'];
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