elbenjaz

Results 1 comments of elbenjaz

Hi, I also tried that! (before) ` require_once Config::get('PATH_CONTROLLER') . 'ErrorController.php'; $this->controller = new ErrorController; $this->controller->error404(); ` (after) ` Redirect::to("error/error404"); ` Personally I prefer not to do a redirect so...