mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 05:42:27 +01:00 
			
		
		
		
	GA fix
This commit is contained in:
		| @@ -36,6 +36,10 @@ class ControllerLoginLogin extends Controller { | ||||
|       $this->data['title'] = $this->data['text_login']; | ||||
|       $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(); | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user