false "Your browser sent an invalid or no HTTP referer" error

This commit is contained in:
Michael Save 2012-02-02 10:24:48 +11:00
parent 4706ef8789
commit bb1546ad66

View File

@ -58,7 +58,7 @@
str_replace('%d', '\d+', preg_quote($config['file_page'], '/')) .
'|' .
preg_quote($config['file_mod'], '/') . '\?\/.+' .
')([#?].+)?$/i';
')([#?](.+)?)?$/i';
if(!isset($config['cookies']['path']))
$config['cookies']['path'] = &$config['root'];