summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-01-16 12:13:35 +0100
committerandi <andi@splitbrain.org>2005-01-16 12:13:35 +0100
commitd16a4eda562f1d44f6b163a1273034698b4a6d13 (patch)
treeeba22246f889c8ce51962c88de4ee2386ea4209c
parenta6535125d254e7e3ed6dd07f06947910bf881f54 (diff)
downloadrpg-d16a4eda562f1d44f6b163a1273034698b4a6d13.tar.gz
rpg-d16a4eda562f1d44f6b163a1273034698b4a6d13.tar.bz2
debug checks encoding
darcs-hash:20050116111335-9977f-d0578679e43239d58f0f72aa516d1e32de888e3b.gz
-rw-r--r--inc/html.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php
index 37fad428a..072d36415 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -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>';