]> git.mxchange.org Git - friendica.git/blobdiff - mod/install.php
New option to enable and disable the "share" element
[friendica.git] / mod / install.php
index 65fa603ee10812b042bce81747c3cb0838359792..91b5e3d2d47a7851b63f8ce1145a96c246bd725f 100755 (executable)
@@ -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 .= "<textarea rows=\"24\" cols=\"80\" >$data</textarea>";
        return $o;