1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-13 09:01:59 +02:00

fixes #3227 changed route to a "clean" sef route

This commit is contained in:
Achim Ennenbach 2018-08-10 18:11:41 +02:00
parent a3dae1ecfd
commit 7ff118921d

View File

@ -51,8 +51,8 @@ class forum_url // plugin-folder + '_url'
);
$config['new'] = array(
'regex' => '^forum/\?new?',
'sef' => 'forum/?new',
'regex' => '^forum/new?',
'sef' => 'forum/new',
'redirect' => '{e_PLUGIN}forum/forum.php?new'
);