X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Finstall.php;h=382fcefd76a7564401fc16d3011fd10b0c9c9fa2;hb=ed0143c9f001a6a3bbe51a56f82fd2476dd627d5;hp=80a4cb799e9cf8efd50106caacf2f231dca00e52;hpb=f42d76858655fc62dfbd05c0bcf2f6a49ea0bf30;p=friendica.git diff --git a/mod/install.php b/mod/install.php index 80a4cb799e..382fcefd76 100755 --- a/mod/install.php +++ b/mod/install.php @@ -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");