mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 12:41:29 +00:00
installer: remove check for pubsubhubbub which is never defined
This commit is contained in:
@@ -57,10 +57,6 @@
|
|||||||
array_push($errors, "PHP safe mode setting is not supported.");
|
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")) {
|
if (!class_exists("DOMDocument")) {
|
||||||
array_push($errors, "PHP support for DOMDocument is required, but was not found.");
|
array_push($errors, "PHP support for DOMDocument is required, but was not found.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user