X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Finstall.php;h=91b5e3d2d47a7851b63f8ce1145a96c246bd725f;hb=1b9438120cdf13aa355cf6d761e92f4a39063c44;hp=65fa603ee10812b042bce81747c3cb0838359792;hpb=250c6150583389087ecfcfccd0c0f7762c27c6cf;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;