mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 00:22:26 +01:00 
			
		
		
		
	minor fix in login.php
This commit is contained in:
		| @@ -11,6 +11,12 @@ class ControllerLoginLogin extends Controller { | ||||
|       $this->layout = "common/layout-empty"; | ||||
|  | ||||
|  | ||||
|       if(Registry::get('username')) { | ||||
|          header("Location: search.php"); | ||||
|          exit; | ||||
|       } | ||||
|  | ||||
|  | ||||
|       $request = Registry::get('request'); | ||||
|  | ||||
|       $db = Registry::get('db'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user