IE force edge
This commit is contained in:
@@ -112,7 +112,7 @@ if ($usersfound=="no"){
|
||||
$user = clean($_POST['username']);
|
||||
$pass = clean($_POST['password']);
|
||||
if ($pass == ""){
|
||||
echo "$user is not allowed to login withou password.";
|
||||
echo "$user is not allowed to login without a password.";
|
||||
} else {
|
||||
$sql="SELECT password,admin FROM users WHERE username='$user'";
|
||||
$res = $db_handle->query($sql);
|
||||
|
||||
Reference in New Issue
Block a user