This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
dever-product
/
churen
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
d34d4d5e72
Rami (Branch)
Tag
master
churen
/
config
/
route.php
route.php
94 B
Cronologia
Originale
1
2
3
4
5
6
<?php
return
array
(
'home'
=>
'home'
,
'c=v(.*?)_(.*?)'
=>
'view.get?type=$1&id=$2'
,
);