http_authenticate_user: obsolete, comment out
This commit is contained in:
parent
2828715315
commit
6b9cb45005
|
@ -1825,10 +1825,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');
|
|
||||||
|
|
||||||
if (!$_SERVER["PHP_AUTH_USER"]) {
|
if (!$_SERVER["PHP_AUTH_USER"]) {
|
||||||
|
|
||||||
header('WWW-Authenticate: Basic realm="Tiny Tiny RSS RSSGen"');
|
header('WWW-Authenticate: Basic realm="Tiny Tiny RSS RSSGen"');
|
||||||
|
@ -1847,7 +1844,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
} */
|
||||||
|
|
||||||
function get_ssl_certificate_id() {
|
function get_ssl_certificate_id() {
|
||||||
if ($_SERVER["REDIRECT_SSL_CLIENT_M_SERIAL"]) {
|
if ($_SERVER["REDIRECT_SSL_CLIENT_M_SERIAL"]) {
|
||||||
|
|
Loading…
Reference in New Issue