mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Merge branch 'master' into develop
Conflicts: upload/config.php
This commit is contained in:
commit
16c1e401d7
2 changed files with 2 additions and 2 deletions
|
@ -704,7 +704,7 @@ class bbcode
|
|||
$url = trim($m[1]);
|
||||
$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'])
|
||||
{
|
||||
|
|
|
@ -1389,8 +1389,8 @@ $lang['STATUS'] = 'Статус';
|
|||
$lang['LAST_CHANGED_BY'] = 'Остання зміна';
|
||||
$lang['CHANGES'] = 'Змінити';
|
||||
$lang['ACTION'] = 'Дія';
|
||||
$lang['COMMENT'] = 'Коментар';
|
||||
$lang['REASON'] = 'Причина';
|
||||
$lang['COMMENT'] = 'Коментар';
|
||||
|
||||
// search
|
||||
$lang['SEARCH_S'] = 'пошук...';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue