From 59e19cdac23ab7e9e33dc3a7fb95a88ba1dd970d Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Thu, 12 Oct 2017 11:52:38 +0200 Subject: [PATCH] Revert "..." This reverts commit 35f44e4e3688aa5066b03efb90a3db8c6bec35fc --- auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/auth.php b/auth.php index df144a8..db6fada 100644 --- a/auth.php +++ b/auth.php @@ -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.'); }