mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 14:02:27 +01:00 
			
		
		
		
	removed the automatic redirect to sso.php
This commit is contained in:
		| @@ -84,11 +84,7 @@ if(Registry::get('username')) { | ||||
|    } | ||||
| } | ||||
| else { | ||||
|    if(ENABLE_SSO_LOGIN == 1) { | ||||
|       header("Location: " . SITE_URL . 'sso.php'); | ||||
|       exit; | ||||
|    } | ||||
|    else if(ENABLE_GOOGLE_LOGIN == 1 && isset($request->get['route']) && $request->get['route'] == 'login/google') { | ||||
|    if(ENABLE_GOOGLE_LOGIN == 1 && isset($request->get['route']) && $request->get['route'] == 'login/google') { | ||||
|       $action = new Router('login/google'); | ||||
|    } | ||||
|    else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user