From 196464eef212a4e0f6be392cea2128a7143f0f80 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 7 Apr 2013 00:56:48 +0400 Subject: installer: remove check for pubsubhubbub which is never defined --- install/index.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'install') 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."); } -- cgit v1.2.3