diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-05-16 10:41:20 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-05-16 10:41:20 +0300 |
| commit | 5b6ea1ef914d0d33516ce59df69637576055ce66 (patch) | |
| tree | 5700f1a5e72789120578389e744221cc328743eb /include/sanity_check.php | |
| parent | 7590f03961012ac946297fc96be9ef2bb4ad3c20 (diff) | |
remove pubsubhubbub: dead
Diffstat (limited to 'include/sanity_check.php')
| -rwxr-xr-x | include/sanity_check.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php index 12cc5579d..83ff36737 100755 --- a/include/sanity_check.php +++ b/include/sanity_check.php @@ -140,10 +140,6 @@ array_push($errors, "PHP safe mode setting is obsolete and not supported by tt-rss."); } - if ((PUBSUBHUBBUB_HUB || PUBSUBHUBBUB_ENABLED) && !function_exists("curl_init")) { - array_push($errors, "PHP support for CURL is required for PubSubHubbub."); - } - if (!class_exists("DOMDocument")) { array_push($errors, "PHP support for DOMDocument is required, but was not found."); } |