aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.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 /upgrade.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 'upgrade.php')
-rw-r--r--upgrade.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/upgrade.php b/upgrade.php
index 14a73ac8b..f4941164c 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -195,6 +195,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');
}