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:
@@ -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"]) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user