]> git.mxchange.org Git - friendica.git/blobdiff - mod/install.php
don't use load_view_file() except in email templates and install of htconfig - to...
[friendica.git] / mod / install.php
index 740df6ca98b5c5b6645c49573e73c94c5b87385a..2db3ae08369e27dfd31c46024bcd3e3e24c6cafa 100644 (file)
@@ -116,7 +116,7 @@ function install_content(&$a) {
 
        require_once('datetime.php');
 
-       $tpl = load_view_file('view/install_db.tpl');
+       $tpl = file_get_contents('view/install_db.tpl');
        $o .= replace_macros($tpl, array(
                '$lbl_01' => t('Friendika Social Network'),
                '$lbl_02' => t('Installation'),