[Openupload-svn-update] SF.net SVN: openupload:[88] trunk/www/config.inc.php.example
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-10-28 17:36:53
|
Revision: 88
http://openupload.svn.sourceforge.net/openupload/?rev=88&view=rev
Author: tsdogs
Date: 2008-10-28 17:36:43 +0000 (Tue, 28 Oct 2008)
Log Message:
-----------
Add translation config options
Modified Paths:
--------------
trunk/www/config.inc.php.example
Modified: trunk/www/config.inc.php.example
===================================================================
--- trunk/www/config.inc.php.example 2008-10-28 17:36:20 UTC (rev 87)
+++ trunk/www/config.inc.php.example 2008-10-28 17:36:43 UTC (rev 88)
@@ -44,6 +44,13 @@
# $CONFIG['auth'] = 'ldap';
$CONFIG['auth'] = 'default';
+
+/* TRANSLATION MODULE */
+//$CONFIG['translator']='gettext';
+$CONFIG['translator']='phparray';
+
+$CONFIG['defaultlang']='en';
+
/************************************************************
* LDAP detail configuration options *
************************************************************/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|