web/lib/user/Gui.php
Method defaultPagePrelude
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function defaultPagePrelude($pagetitle = \config\Master::APPEARANCE['productname_long']) {
$ourlocale = $this->languageInstance->getLang();
$direction = $this->languageInstance->rtl;
header("Content-Type:text/html;charset=utf-8");
?>