Revert "..."

This reverts commit 35f44e4e36
This commit is contained in:
Klaus-Uwe Mitterer 2017-10-12 11:52:38 +02:00
parent 35f44e4e36
commit 59e19cdac2
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ $realm = 'GPS Tracker';
if (empty($_SERVER['PHP_AUTH_DIGEST'])) {
header('HTTP/1.1 401 Unauthorized');
header('WWW-Authenticate: Digest realm="'.$realm.
'",qop="auth",nonce="'.uniqid().'",opaque="'.md5($realm).'"');
die('Authentication failed.');
}