From: Andrew Dolgov Date: Sat, 6 Apr 2013 20:56:48 +0000 (+0400) Subject: installer: remove check for pubsubhubbub which is never defined X-Git-Tag: 1.7.9~51 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=196464eef212a4e0f6be392cea2128a7143f0f80 installer: remove check for pubsubhubbub which is never defined --- diff --git a/install/index.php b/install/index.php index 8b0de294..026e00d0 100644 --- a/install/index.php +++ b/install/index.php @@ -57,10 +57,6 @@ array_push($errors, "PHP safe mode setting is not supported."); } */ - 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."); }