summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorPerry Werneck <[email protected]>2013-08-11 10:41:50 -0300
committerPerry Werneck <[email protected]>2013-08-11 10:41:50 -0300
commitf0feea33ce757f1f1913de0aff8a3cebdd287e7c (patch)
tree6bf8523b55419d8eafcd46bdddae8a38cce152f3 /include/sanity_check.php
parent4c33d3e534a3ae2a0a724648d24988ee0ae72c74 (diff)
parent3eb55333c617f21714d691f0a393af5083ec464b (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/sanity_check.php')
-rw-r--r--include/sanity_check.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index f3621da6f..1aa581bfc 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -138,10 +138,6 @@
array_push($errors, "PHP support for ctype functions are required by HTMLPurifier.");
}
- if (!function_exists("iconv")) {
- array_push($errors, "PHP support for iconv is required to handle multiple charsets.");
- }
-
/* if (ini_get("safe_mode")) {
array_push($errors, "PHP safe mode setting is not supported.");
} */