This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
rob
/
Robware
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
9cb54c60b9
Větve
Značky
master
Robware
/
Controller
/
E404.php
E404.php
99 B
Historie
Surový
1
2
3
4
5
6
<?php
class E404{
public function Index($params) {
return new View("E404/index.view");
}
}