Merge branch 'master' into develop

Conflicts:
	upload/config.php
This commit is contained in:
Exile 2014-09-07 17:18:53 +04:00
commit 16c1e401d7
2 changed files with 2 additions and 2 deletions

View file

@ -704,7 +704,7 @@ class bbcode
$url = trim($m[1]); $url = trim($m[1]);
$url_name = (isset($m[2])) ? trim($m[2]) : $url; $url_name = (isset($m[2])) ? trim($m[2]) : $url;
if (!preg_match("#^http://#", $url) && !preg_match("/^#/", $url)) $url = 'http://' . $url; if (!preg_match("#^https?://#isu", $url) && !preg_match("/^#/", $url)) $url = 'http://' . $url;
if (in_array(parse_url($url, PHP_URL_HOST), $bb_cfg['nofollow']['allowed_url']) || $bb_cfg['nofollow']['disabled']) if (in_array(parse_url($url, PHP_URL_HOST), $bb_cfg['nofollow']['allowed_url']) || $bb_cfg['nofollow']['disabled'])
{ {

View file

@ -1389,8 +1389,8 @@ $lang['STATUS'] = 'Статус';
$lang['LAST_CHANGED_BY'] = 'Остання зміна'; $lang['LAST_CHANGED_BY'] = 'Остання зміна';
$lang['CHANGES'] = 'Змінити'; $lang['CHANGES'] = 'Змінити';
$lang['ACTION'] = 'Дія'; $lang['ACTION'] = 'Дія';
$lang['COMMENT'] = 'Коментар';
$lang['REASON'] = 'Причина'; $lang['REASON'] = 'Причина';
$lang['COMMENT'] = 'Коментар';
// search // search
$lang['SEARCH_S'] = 'пошук...'; $lang['SEARCH_S'] = 'пошук...';