Exemplo n.º 1
0
 public function Show404()
 {
     CommonController::SetView("home", "404", []);
     CommonController::Display(true);
 }