r19141 - htdocs/trunk - More debugging information

Geert Janssens gjanssens at code.gnucash.org
Sat May 8 10:07:24 EDT 2010


Author: gjanssens
Date: 2010-05-08 10:07:24 -0400 (Sat, 08 May 2010)
New Revision: 19141
Trac: http://svn.gnucash.org/trac/changeset/19141

Modified:
   htdocs/trunk/en/local.php
   htdocs/trunk/lang.php
   htdocs/trunk/local.php
   htdocs/trunk/nl/local.php
Log:
More debugging information

Modified: htdocs/trunk/en/local.php
===================================================================
--- htdocs/trunk/en/local.php	2010-05-07 16:50:43 UTC (rev 19140)
+++ htdocs/trunk/en/local.php	2010-05-08 14:07:24 UTC (rev 19141)
@@ -1,4 +1,6 @@
 <?php
+echo ("<!-- LANG: $LANG, ENV_LANG: ".$_ENV['LANG']." , SCRIPT_NAME: ".$_SERVER['SCRIPT_NAME'].", PATH_INFO: ".$_SERVER['PATH_INFO']." -->\n");
+echo ("<!-- top_dir: $top_dir, me: ".__FILE__."-->\n");
 $top_dir = "..";
 $home = ".";
 $locale = "en_US";

Modified: htdocs/trunk/lang.php
===================================================================
--- htdocs/trunk/lang.php	2010-05-07 16:50:43 UTC (rev 19140)
+++ htdocs/trunk/lang.php	2010-05-08 14:07:24 UTC (rev 19141)
@@ -5,7 +5,7 @@
 # choose a default language based on the client browser's preferred
 # language list
 echo ("<!-- LANG: $LANG, ENV_LANG: ".$_ENV['LANG']." , SCRIPT_NAME: ".$_SERVER['SCRIPT_NAME'].", PATH_INFO: ".$_SERVER['PATH_INFO']." -->\n");
-echo ("<!-- top_dir: $top_dir -->\n");
+echo ("<!-- top_dir: $top_dir, me: ".__FILE__."-->\n");
 
 
 # key: locale, value: lang_dir

Modified: htdocs/trunk/local.php
===================================================================
--- htdocs/trunk/local.php	2010-05-07 16:50:43 UTC (rev 19140)
+++ htdocs/trunk/local.php	2010-05-08 14:07:24 UTC (rev 19141)
@@ -1,4 +1,6 @@
 <?php
+echo ("<!-- LANG: $LANG, ENV_LANG: ".$_ENV['LANG']." , SCRIPT_NAME: ".$_SERVER['SCRIPT_NAME'].", PATH_INFO: ".$_SERVER['PATH_INFO']." -->\n");
+echo ("<!-- top_dir: $top_dir, me: ".__FILE__."-->\n");
 $top_dir = ".";
 $home = $top_dir;
 $locale = "";

Modified: htdocs/trunk/nl/local.php
===================================================================
--- htdocs/trunk/nl/local.php	2010-05-07 16:50:43 UTC (rev 19140)
+++ htdocs/trunk/nl/local.php	2010-05-08 14:07:24 UTC (rev 19141)
@@ -1,4 +1,6 @@
 <?php
+echo ("<!-- LANG: $LANG, ENV_LANG: ".$_ENV['LANG']." , SCRIPT_NAME: ".$_SERVER['SCRIPT_NAME'].", PATH_INFO: ".$_SERVER['PATH_INFO']." -->\n");
+echo ("<!-- top_dir: $top_dir, me: ".__FILE__."-->\n");
 $top_dir = "..";
 $home = ".";
 $locale = "nl_NL";



More information about the gnucash-changes mailing list