aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2013-05-09 12:24:30 +0000
committerddtddt <ddtddt@piwigo.org>2013-05-09 12:24:30 +0000
commitbdecb28d361a9ab35db3024a01ccca6666897334 (patch)
treeb765634b317b820d14a7a9876765764c6ebfcc4c /install.php
parente9851b6239fa497f2e5bdf3e5d082b825e4f1269 (diff)
[trunk] - add new site br.piwigo.org
git-svn-id: http://piwigo.org/svn/trunk@22570 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install.php')
-rw-r--r--install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.php b/install.php
index bd391eea5..819d0e82f 100644
--- a/install.php
+++ b/install.php
@@ -221,6 +221,9 @@ else if ('tr_TR' == $language) {
else if ('da_DK' == $language) {
define('PHPWG_DOMAIN', 'da.piwigo.org');
}
+else if ('pt_BR' == $language) {
+ define('PHPWG_DOMAIN', 'br.piwigo.org');
+}
else {
define('PHPWG_DOMAIN', 'piwigo.org');
}