mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:50:11 +01:00
GA fix
This commit is contained in:
parent
b83a0ed4dc
commit
53c563a208
@ -36,6 +36,10 @@ class ControllerLoginLogin extends Controller {
|
|||||||
$this->data['title'] = $this->data['text_login'];
|
$this->data['title'] = $this->data['text_login'];
|
||||||
$this->data['title_prefix'] = TITLE_PREFIX;
|
$this->data['title_prefix'] = TITLE_PREFIX;
|
||||||
|
|
||||||
|
if(strstr($_SERVER['REQUEST_URI'], "logout.php")) {
|
||||||
|
logout();
|
||||||
|
}
|
||||||
|
|
||||||
$this->data['failed_login_count'] = $this->model_user_auth->get_failed_login_count();
|
$this->data['failed_login_count'] = $this->model_user_auth->get_failed_login_count();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user