This commit is contained in:
Savetheinternet 2011-12-06 17:24:30 +11:00
parent 1a4eb1dea6
commit 68cfe46677

View File

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