1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 12:11:29 +00:00

http_authenticate_user: remove unnecessary logging

This commit is contained in:
Andrew Dolgov
2009-06-22 16:15:07 +04:00
parent bc03c563de
commit 99ea1043da

View File

@@ -1714,7 +1714,7 @@
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"]) {