mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
fixes #3227 changed route to a "clean" sef route
This commit is contained in:
@@ -51,8 +51,8 @@ class forum_url // plugin-folder + '_url'
|
|||||||
);
|
);
|
||||||
|
|
||||||
$config['new'] = array(
|
$config['new'] = array(
|
||||||
'regex' => '^forum/\?new?',
|
'regex' => '^forum/new?',
|
||||||
'sef' => 'forum/?new',
|
'sef' => 'forum/new',
|
||||||
'redirect' => '{e_PLUGIN}forum/forum.php?new'
|
'redirect' => '{e_PLUGIN}forum/forum.php?new'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user