http_authenticate_user: remove unnecessary logging
This commit is contained in:
parent
bc03c563de
commit
99ea1043da
|
@ -1714,7 +1714,7 @@
|
||||||
|
|
||||||
function http_authenticate_user($link) {
|
function http_authenticate_user($link) {
|
||||||
|
|
||||||
error_log("http_authenticate_user: ".$_SERVER["PHP_AUTH_USER"]."\n", 3, '/tmp/tt-rss.log');
|
// error_log("http_authenticate_user: ".$_SERVER["PHP_AUTH_USER"]."\n", 3, '/tmp/tt-rss.log');
|
||||||
|
|
||||||
if (!$_SERVER["PHP_AUTH_USER"]) {
|
if (!$_SERVER["PHP_AUTH_USER"]) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue