mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 02:22:26 +01:00 
			
		
		
		
	sso fix
This commit is contained in:
		| @@ -26,10 +26,12 @@ class ControllerLoginSSO extends Controller { | ||||
|  | ||||
|       if($this->model_user_auth->check_ntlm_auth() == 1) { | ||||
|          header("Location: " . SITE_URL . "search.php"); | ||||
|          exit; | ||||
|       } else { | ||||
|          header("Location: " . SITE_URL . "login.php"); | ||||
|       } | ||||
|  | ||||
|       die("permission denied"); | ||||
|       exit; | ||||
|  | ||||
|    } | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user