aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2009-10-15 15:15:55 +0000
committerddtddt <ddtddt@piwigo.org>2009-10-15 15:15:55 +0000
commitdc63ea09c3e96e8d747433f53fc0422bde0b0f1e (patch)
treee913c2c6c00fa7eeb2e7dbdaf9b6723ea83a29ca /install.php
parente04bd969cb1566afd69a1efdf5fb502829d6491e (diff)
[branche 2] new: de.piwigo.org/forum / es.piwigo.org/forum are online, PHPWG_DOMAIN updated inside Piwigo.
git-svn-id: http://piwigo.org/svn/branches/2.0@4046 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--install.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.php b/install.php
index ac317e8be..8a196fffc 100644
--- a/install.php
+++ b/install.php
@@ -211,6 +211,12 @@ if ('fr_FR' == $language) {
else if ('it_IT' == $language) {
define('PHPWG_DOMAIN', 'it.piwigo.org');
}
+else if ('de_DE' == $language) {
+ define('PHPWG_DOMAIN', 'de.piwigo.org');
+}
+else if ('es_ES' == $language) {
+ define('PHPWG_DOMAIN', 'es.piwigo.org');
+}
else {
define('PHPWG_DOMAIN', 'piwigo.org');
}