X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Finstall.php;h=91b5e3d2d47a7851b63f8ce1145a96c246bd725f;hb=f4bc5c57f33236e0e46517f5c2b618374667b9fd;hp=65fa603ee10812b042bce81747c3cb0838359792;hpb=9c7d5d42e1dc3370a4d371472175e17bc505e5ca;p=friendica.git diff --git a/mod/install.php b/mod/install.php index 65fa603ee1..91b5e3d2d4 100755 --- a/mod/install.php +++ b/mod/install.php @@ -447,7 +447,7 @@ function check_htaccess(&$checks) { function manual_config(&$a) { - $data = htmlentities($a->data['txt']); + $data = htmlentities($a->data['txt'],ENT_COMPAT,'UTF-8'); $o = t('The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'); $o .= ""; return $o;