From e2b0054be49b513a63b3870fcc65f45f30b5b338 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Mar 2013 01:10:02 +0400 Subject: experimental patch to enable compatibility with php safe_mode --- include/sanity_check.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sanity_check.php') diff --git a/include/sanity_check.php b/include/sanity_check.php index 4925486a3..0373196b3 100644 --- a/include/sanity_check.php +++ b/include/sanity_check.php @@ -125,9 +125,9 @@ array_push($errors, "PHP support for iconv is required to handle multiple charsets."); } - if (ini_get("safe_mode")) { + /* if (ini_get("safe_mode")) { 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."); -- cgit v1.2.3