dever 6 năm trước cách đây
mục cha
commit
05c6a98af6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',
 );