forked from Business/BinStack
		
	Change string
This commit is contained in:
		
							parent
							
								
									dafc3b76ea
								
							
						
					
					
						commit
						66fa86e04e
					
				@ -13,7 +13,7 @@ if ($_SESSION['loggedin'] && !isset($_GET['permissionerror'])) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
if (isset($_GET['permissionerror'])) {
 | 
			
		||||
    $alert = lang("no permission", false);
 | 
			
		||||
    $alert = lang("no access permission", false);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Authenticate user */
 | 
			
		||||
 | 
			
		||||
@ -28,7 +28,7 @@ define("STRINGS", [
 | 
			
		||||
    "login server error" => "The login server returned an error: {arg}",
 | 
			
		||||
    "login server user data error" => "The login server refused to provide account information.  Try again or contact technical support.",
 | 
			
		||||
    "captcha error" => "There was a problem with the CAPTCHA (robot test).  Try again.",
 | 
			
		||||
    "no permission" => "You don't have permission to do that.",
 | 
			
		||||
    "no access permission" => "You do not have permission to access this system.",
 | 
			
		||||
    "home" => "Home",
 | 
			
		||||
    "more" => "More",
 | 
			
		||||
    "test" => "Test"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user