dever il y a 6 ans
Parent
commit
03ebd808eb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      config/route.php

+ 1 - 1
config/route.php

@@ -2,5 +2,5 @@
 return array
 (
 	'home' => 'home',
-	'v_(.*?)_(.*?)' => 'view.get?type=$1&id=$2',
+	'c=v(.*?)_(.*?)' => 'view.get?type=$1&id=$2',
 );