session_only = false; } function dispatch() { $this->page->setTitle(__('title.administration', APP_TITLE)); $cd = new \Modl\ConfigDAO(); $config = $cd->get(); if($config->username == $_POST['username'] && $config->password == sha1($_POST['password'])) { $_SESSION['admin'] = true; $this->name = 'admin'; } } }