advise_before(true)) { global $INPUT; $this->showBanner(); if (empty($INPUT->server->str('REMOTE_USER')) && actionOK('login')) { (new Ui\Login)->show(); } } $event->advise_after(); } /** * Display error on denied pages * * @author Andreas Gohr * * @return void */ public function showBanner() { // print intro print p_locale_xhtml('denied'); } }