]> git.wh0rd.org - tt-rss.git/blobdiff - include/sanity_check.php
Merge pull request #405 from Trottel/patch-2
[tt-rss.git] / include / sanity_check.php
index 29e53fa336f29648f75c4186cd11cc8bca75386d..6bec430516816f44773935dafd792dbd243c3923 100644 (file)
@@ -95,7 +95,7 @@
                                }
                        }
 
-                       if (SELF_URL_PATH == "http://yourserver/tt-rss/") {
+                       if (SELF_URL_PATH == "http://example.org/tt-rss/") {
                                $urlpath = preg_replace("/\w+\.php$/", "", make_self_url_path());
 
                                array_push($errors,
                                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.");
                        } */