diff --git a/install/index.php b/install/index.php index 8b0de294f..026e00d01 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."); }