mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 22:11:01 +02:00
add startup check for iconv (refs #571)
This commit is contained in:
parent
16ad9085ea
commit
8b45a5d907
@ -117,6 +117,10 @@
|
||||
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.");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user