aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2013-05-09 12:25:07 +0000
committerddtddt <ddtddt@piwigo.org>2013-05-09 12:25:07 +0000
commit435de956465c1df2c941511d1525384e35ee1ec3 (patch)
tree8cf61057939a3c92aad8543e39867a8571b99e7c /install.php
parent200dd88769482785eb9b511463631fff50657210 (diff)
[branche 2.5] - add new site br.piwigo.org
git-svn-id: http://piwigo.org/svn/branches/2.5@22571 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');
}