This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
rob
/
Robware
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9cb54c60b9
Rami (Branch)
Tag
master
Robware
/
Controller
/
E404.php
E404.php
99 B
Cronologia
Originale
1
2
3
4
5
6
<?php
class E404{
public function Index($params) {
return new View("E404/index.view");
}
}