From d16a4eda562f1d44f6b163a1273034698b4a6d13 Mon Sep 17 00:00:00 2001 From: andi Date: Sun, 16 Jan 2005 12:13:35 +0100 Subject: debug checks encoding darcs-hash:20050116111335-9977f-d0578679e43239d58f0f72aa516d1e32de888e3b.gz --- inc/html.php | 5 +++++ 1 file changed, 5 insertions(+) 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 ''; @@ -1106,6 +1107,10 @@ function html_debug(){ print setlocale(LC_ALL,0); print ''; + print 'encoding:
';
+  print $lang['encoding'];
+  print '
'; + print 'Environment:
';
   print_r($_ENV);
   print '
'; -- cgit v1.2.3