diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-04 09:36:27 +0000 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-04 09:36:27 +0000 |
| commit | bb0a136944cbb60b44d655bf8e50553119210578 (patch) | |
| tree | cf6b5464b3d3be667444316608d369a081016e6d /backend.php | |
| parent | bc0da8edb699eec9fb6424bb5d8650ac48dca69d (diff) | |
| parent | 01159fa6f8c2421457297914dd42039bc12b826e (diff) | |
Merge branch 'cringe-jobs' into 'master'
Cringe jobs
See merge request tt-rss/tt-rss!124
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index 860a3940c..d9a0af7c7 100644 --- a/backend.php +++ b/backend.php @@ -14,7 +14,7 @@ /* Public calls compatibility shim */ - $public_calls = array("globalUpdateFeeds", "rss", "getUnread", "getProfiles", "share"); + $public_calls = array("rss", "getUnread", "getProfiles", "share"); if (array_search($op, $public_calls) !== false) { header("Location: public.php?" . $_SERVER['QUERY_STRING']); |