summaryrefslogtreecommitdiffstats
path: root/web/lib/config.inc.proto
diff options
context:
space:
mode:
authorAthurg Gooth <athurg@gooth.cn>2010-01-08 17:23:09 -0500
committerLoui Chang <louipc.ist@gmail.com>2010-01-08 17:23:09 -0500
commit8eab9ed4625a0ee657841fd9e894065acdf6e69c (patch)
tree219527b5272fa274e627d97ea67dd142033ec4fd /web/lib/config.inc.proto
parent55dcf5ce87f6e3e159ef35daac5eae86b624df3f (diff)
downloadaurweb-8eab9ed4625a0ee657841fd9e894065acdf6e69c.tar.xz
Make DEFAULT_LANG mean the default language for displayed messages.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lib/config.inc.proto')
-rw-r--r--web/lib/config.inc.proto6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto
index c7a1f3c..349a3ff 100644
--- a/web/lib/config.inc.proto
+++ b/web/lib/config.inc.proto
@@ -1,6 +1,7 @@
<?php
+
# NOTE: modify these variables if your MySQL setup is different
-#
+
define( "AUR_db_host", "localhost:/var/run/mysqld/mysqld.sock" );
define( "AUR_db_name", "AUR" );
define( "AUR_db_user", "aur" );
@@ -16,8 +17,7 @@ define( "USERNAME_MAX_LEN", 16 );
define( "PASSWD_MIN_LEN", 4 );
define( "PASSWD_MAX_LEN", 128 );
-# Language that messages are initially written in.
-# This should never change.
+# Default language for displayed messages in the web interface.
define("DEFAULT_LANG", "en");
# Languages we have translations for