forked from leftypol/leftypol
lol
This commit is contained in:
parent
961e3d3fe0
commit
4cd2389655
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ function loadConfig() {
|
|||
if (!isset($config['referer_match']))
|
||||
if (isset($_SERVER['HTTP_HOST'])) {
|
||||
$config['referer_match'] = '/^' .
|
||||
(preg_match('@^https?:@//', $config['root']) ? '' :
|
||||
(preg_match('@^https?://@', $config['root']) ? '' :
|
||||
'https?:\/\/' . $_SERVER['HTTP_HOST']) .
|
||||
preg_quote($config['root'], '/') .
|
||||
'(' .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue