aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/install.php b/install.php
index ad41acc4c..e7c630de8 100644
--- a/install.php
+++ b/install.php
@@ -208,6 +208,9 @@ else
if ('fr_FR' == $language) {
define('PHPWG_DOMAIN', 'fr.piwigo.org');
}
+else if ('it_IT' == $language) {
+ define('PHPWG_DOMAIN', 'it.piwigo.org');
+}
else {
define('PHPWG_DOMAIN', 'piwigo.org');
}
@@ -431,4 +434,4 @@ if (count($infos) != 0 )
//----------------------------------------------------------- html code display
$template->pparse('install');
-?> \ No newline at end of file
+?>