]> git.wh0rd.org - tt-rss.git/blobdiff - include/sanity_check.php
Make search mechanism pluggable
[tt-rss.git] / include / sanity_check.php
index a9ba663a938e0eecd4f1733e5829e6967232d896..6bec430516816f44773935dafd792dbd243c3923 100644 (file)
                                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.");
                        } */