fixes #1247 remove hu.piwigo.org

This commit is contained in:
plegall 2020-10-28 16:13:11 +01:00
parent ff47637ce2
commit 6111b9a99c
3 changed files with 1 additions and 7 deletions

View file

@ -153,7 +153,7 @@ if (isset($conf['order_by_inside_category_custom']))
include(PHPWG_ROOT_PATH.'include/user.inc.php');
if (in_array( substr($user['language'],0,2), array('fr','it','de','es','pl','hu','ru','nl','tr','da') ) )
if (in_array( substr($user['language'],0,2), array('fr','it','de','es','pl','ru','nl','tr','da') ) )
{
define('PHPWG_DOMAIN', substr($user['language'],0,2).'.piwigo.org');
}

View file

@ -211,9 +211,6 @@ else if ('pl_PL' == $language) {
else if ('zh_CN' == $language) {
define('PHPWG_DOMAIN', 'cn.piwigo.org');
}
else if ('hu_HU' == $language) {
define('PHPWG_DOMAIN', 'hu.piwigo.org');
}
else if ('ru_RU' == $language) {
define('PHPWG_DOMAIN', 'ru.piwigo.org');
}

View file

@ -165,9 +165,6 @@ else if ('pl_PL' == $language) {
else if ('zh_CN' == $language) {
define('PHPWG_DOMAIN', 'cn.piwigo.org');
}
else if ('hu_HU' == $language) {
define('PHPWG_DOMAIN', 'hu.piwigo.org');
}
else if ('ru_RU' == $language) {
define('PHPWG_DOMAIN', 'ru.piwigo.org');
}