Update index.php
This commit is contained in:
parent
0007c37405
commit
9b63a5908b
|
|
@ -364,7 +364,6 @@
|
|||
}
|
||||
}
|
||||
unset($password);
|
||||
$provision["http_auth_password"] = $_SESSION['provision']["http_auth_password"][0];
|
||||
}
|
||||
if (!$authorized) {
|
||||
header('HTTP/1.0 401 Unauthorized');
|
||||
|
|
@ -396,7 +395,6 @@
|
|||
}
|
||||
}
|
||||
unset($password);
|
||||
$provision["http_auth_password"] = $_SESSION['provision']["http_auth_password"][0];
|
||||
}
|
||||
if (!$authorized) {
|
||||
//access denied
|
||||
|
|
|
|||
Loading…
Reference in New Issue