IE force edge

This commit is contained in:
root
2018-11-09 14:39:03 +01:00
parent 17762f8382
commit bc49cf0d66
2 changed files with 2 additions and 1 deletions

View File

@@ -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);