Better SSL support.
This commit is contained in:
parent
7e40483b68
commit
3380c3008f
@ -40,8 +40,7 @@
|
|||||||
if(!isset($config['referer_match']))
|
if(!isset($config['referer_match']))
|
||||||
$config['referer_match'] = '/^' .
|
$config['referer_match'] = '/^' .
|
||||||
(preg_match($config['url_regex'], $config['root']) ? '' :
|
(preg_match($config['url_regex'], $config['root']) ? '' :
|
||||||
(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] && $_SERVER['HTTPS'] != 'off' ? 'https' : 'http') .
|
'https?:\/\/'.$_SERVER['HTTP_HOST']) .
|
||||||
':\/\/'.$_SERVER['HTTP_HOST']) .
|
|
||||||
preg_quote($config['root'], '/') .
|
preg_quote($config['root'], '/') .
|
||||||
'(' .
|
'(' .
|
||||||
str_replace('%s', '\w+', preg_quote($config['board_path'], '/')) .
|
str_replace('%s', '\w+', preg_quote($config['board_path'], '/')) .
|
||||||
|
Loading…
Reference in New Issue
Block a user