dever 6 vuotta sitten
vanhempi
commit
05c6a98af6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      config/route.php

+ 1 - 1
config/route.php

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