]> git.mxchange.org Git - friendica.git/blobdiff - mod/install.php
Merge remote-tracking branch 'upstream/develop' into 1612-unused-indexes
[friendica.git] / mod / install.php
index 80a4cb799e9cf8efd50106caacf2f231dca00e52..382fcefd76a7564401fc16d3011fd10b0c9c9fa2 100755 (executable)
@@ -565,7 +565,6 @@ function check_imagik(&$checks) {
        }
 }
 
-
 function manual_config(App &$a) {
        $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.');
@@ -582,7 +581,6 @@ function load_database_rem($v, $i){
        }
 }
 
-
 function load_database($db) {
 
        require_once("include/dbstructure.php");