1
0
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:
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( $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'
); );