1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-26 00:10:55 +01:00

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 12968b99e4
commit 0c505c789a

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'];