Remove $config['url_regex'];

This commit is contained in:
Michael Foster
2013-09-15 05:46:08 +10:00
parent b038e0b244
commit 32c999346f
3 changed files with 2 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ function loadConfig() {
if (!isset($config['referer_match']))
if (isset($_SERVER['HTTP_HOST'])) {
$config['referer_match'] = '/^' .
(preg_match($config['url_regex'], $config['root']) ? '' :
(preg_match('@^https?:@//', $config['root']) ? '' :
'https?:\/\/' . $_SERVER['HTTP_HOST']) .
preg_quote($config['root'], '/') .
'(' .