class PageNotFoundController extends PageNotFoundControllerCore { public function initContent() { Tools::redirect(_PS_BASE_URI_); exit; } }