mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 17:47:01 +02:00
minor gui enhancement
This commit is contained in:
@ -33,6 +33,7 @@ class ControllerLoginLogin extends Controller {
|
||||
}
|
||||
|
||||
$this->data['title'] = $this->data['text_login'];
|
||||
$this->data['title_prefix'] = TITLE_PREFIX;
|
||||
|
||||
if($this->request->server['REQUEST_METHOD'] == 'POST' && $this->validate() == true) {
|
||||
|
||||
|
Reference in New Issue
Block a user