diff options
| author | Richard Beales <rich@richbeales.net> | 2013-03-19 18:19:07 +0000 |
|---|---|---|
| committer | Richard Beales <rich@richbeales.net> | 2013-03-19 18:19:07 +0000 |
| commit | 05809dfdf7cbf7699be6408c0f49d325585726b5 (patch) | |
| tree | bfa33dcd1cf8707e65a05df98d27d563396520d2 /include/sanity_check.php | |
| parent | 1d707e9f03d1a654e0807aadce7ab790befd0b95 (diff) | |
| parent | 2229e6ed6b07d4a28b04689a21c645bdb83652f7 (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/sanity_check.php')
| -rw-r--r-- | include/sanity_check.php | 4 |
1 files changed, 2 insertions, 2 deletions
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."); |