...
This commit is contained in:
parent
1a4eb1dea6
commit
68cfe46677
|
@ -57,7 +57,7 @@
|
||||||
str_replace('%d', '\d+', preg_quote($config['file_page'], '/')) .
|
str_replace('%d', '\d+', preg_quote($config['file_page'], '/')) .
|
||||||
'|' .
|
'|' .
|
||||||
preg_quote($config['file_mod'], '/') . '\?\/.+' .
|
preg_quote($config['file_mod'], '/') . '\?\/.+' .
|
||||||
')(#.+)?$/i';
|
')([#?].+)?$/i';
|
||||||
|
|
||||||
if(!isset($config['cookies']['path']))
|
if(!isset($config['cookies']['path']))
|
||||||
$config['cookies']['path'] = &$config['root'];
|
$config['cookies']['path'] = &$config['root'];
|
||||||
|
|
Loading…
Reference in New Issue