mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
fixes #1247 remove hu.piwigo.org
This commit is contained in:
parent
ff47637ce2
commit
6111b9a99c
3 changed files with 1 additions and 7 deletions
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue