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