From 7ef72fe0dc0f360e04e15a46d137a12a518450b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Mar 2021 10:20:21 +0300 Subject: move startup checks to Config, set a bunch of @deprecated annotations --- plugins/auth_remote/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/auth_remote') diff --git a/plugins/auth_remote/init.php b/plugins/auth_remote/init.php index f24364ffd..0ac51ce4e 100644 --- a/plugins/auth_remote/init.php +++ b/plugins/auth_remote/init.php @@ -18,7 +18,7 @@ class Auth_Remote extends Auth_Base { } function get_login_by_ssl_certificate() { - $cert_serial = get_ssl_certificate_id(); + $cert_serial = Pref_Prefs::_get_ssl_certificate_id(); if ($cert_serial) { $sth = $this->pdo->prepare("SELECT login FROM ttrss_user_prefs2, ttrss_users -- cgit v1.2.3