]> git.wh0rd.org - tt-rss.git/blobdiff - include/sanity_check.php
rebase translations
[tt-rss.git] / include / sanity_check.php
index b2888b1d7e65d50591f5cfebb30c48acace68b7d..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.");
                        } */
                        <head>
                        <title>Startup failed</title>
                                <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-                               <link rel="stylesheet" type="text/css" href="utility.css">
+                               <link rel="stylesheet" type="text/css" href="css/utility.css">
                        </head>
                <body>
                <div class="floatingLogo"><img src="images/logo_small.png"></div>