[Openupload-svn-update] SF.net SVN: openupload:[19] trunk/lib/main.inc.php
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-10-15 16:19:28
|
Revision: 19
http://openupload.svn.sourceforge.net/openupload/?rev=19&view=rev
Author: tsdogs
Date: 2008-10-15 16:18:27 +0000 (Wed, 15 Oct 2008)
Log Message:
-----------
fix default language to en
Modified Paths:
--------------
trunk/lib/main.inc.php
Modified: trunk/lib/main.inc.php
===================================================================
--- trunk/lib/main.inc.php 2008-10-15 14:18:21 UTC (rev 18)
+++ trunk/lib/main.inc.php 2008-10-15 16:18:27 UTC (rev 19)
@@ -30,7 +30,7 @@
$this->page['template']= $this->config['WWW_ROOT'].'/templates/'.$this->config['site']['template'];
/* initialize the application components */
if (!isset($_SESSIO['user']['lang'])) {
- $_SESSION['user']['lang']='it';
+ $_SESSION['user']['lang']='en';
}
/* include the class first */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|