mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
remove (unused) prefs/toggleAdvanced
This commit is contained in:
@@ -1002,10 +1002,6 @@ class Pref_Prefs extends Handler_Protected {
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleAdvanced() {
|
|
||||||
$_SESSION["prefs_show_advanced"] = !$_SESSION["prefs_show_advanced"];
|
|
||||||
}
|
|
||||||
|
|
||||||
function _get_otp_qrcode_img() {
|
function _get_otp_qrcode_img() {
|
||||||
$secret = UserHelper::get_otp_secret($_SESSION["uid"]);
|
$secret = UserHelper::get_otp_secret($_SESSION["uid"]);
|
||||||
$login = UserHelper::get_login_by_id($_SESSION["uid"]);
|
$login = UserHelper::get_login_by_id($_SESSION["uid"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user