dever 6 anni fa
parent
commit
d3fdc3cf4c
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      config/route.php

+ 2 - 1
config/route.php

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