mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +00:00
simplify internal authentication code and bump default algo to SSHA-512
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
UserHelper::load_user_plugins($_SESSION["uid"]);
|
||||
}
|
||||
|
||||
$method = strtolower($_REQUEST["op"]);
|
||||
$method = strtolower($_REQUEST["op"] ?? "");
|
||||
|
||||
$handler = new API($_REQUEST);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user