[grisbi-cvs] grisbi-web/newsportal config.inc.php,1.2,1.3
NIEL GĂ©rald
gegeweb at users.sourceforge.net
Mon May 24 18:04:27 CEST 2010
Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27003/newsportal
Modified Files:
config.inc.php
Log Message:
site integration
Index: config.inc.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/config.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config.inc.php 24 May 2010 15:52:39 -0000 1.2
+++ config.inc.php 24 May 2010 16:04:25 -0000 1.3
@@ -1,5 +1,13 @@
<?
/*
+ * i18n
+ */
+$default_lang="en";
+if (isset ($_GET["lang"])) $lang=$_GET["lang"];
+else if (isset ($_POST["lang"])) $lang=$_POST["lang"];
+else $lang=$default_lang;
+
+/*
* directories and files
*/
$spooldir="spool";
More information about the cvs
mailing list