diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-02 13:26:58 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-02 13:26:58 +0300 |
| commit | aeca30cb0c6b26c569f66c5043690d5528fc481b (patch) | |
| tree | 38d4659e8539d7e8588306c1fd36d4d21f453719 /backend.php | |
| parent | a51c1d5176d0285a4fecc6e1e84d9f7dc4abaca5 (diff) | |
drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes
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']); |