Browse Source

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

pull/40/head
Michael Save 12 years ago
parent
commit
bb1546ad66
  1. 2
      inc/functions.php

2
inc/functions.php

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

Loading…
Cancel
Save