dever 6 years ago
parent
commit
0bfadc7f25
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tm/config/route.inc.php

+ 6 - 0
tm/config/route.inc.php

@@ -57,6 +57,12 @@ return array(
 				'create_time' =>'$2',
 				'type' => 'feedback',
 	),
+	'([a-zA-Z]+)/([0-9]+)([a-zA-Z])/help?'	=> array(
+				'c'	=> getEventsC(),
+				'url' =>'$1',
+				'create_time' =>'$2',
+				'type' => 'help',
+	),
 	'([a-zA-Z]+)/([0-9]+)([a-zA-Z])?'	=> array(
 				'c'	=> getEventsC(),
 				'url' =>'$1',