debug checks encoding

darcs-hash:20050116111335-9977f-d0578679e43239d58f0f72aa516d1e32de888e3b.gz
This commit is contained in:
andi 2005-01-16 12:13:35 +01:00
parent a6535125d2
commit d16a4eda56
1 changed files with 5 additions and 0 deletions

View File

@ -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>';