X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Finstall.php;h=3adcb75aa45b007ab234fd6418bbccb8769cb3f8;hb=bc848526829c9808868bb8520f8e3510b1a0000e;hp=1ddc8fbad1d6b13ac88191c83c2d5c5174bbeec9;hpb=e5a5a7dc7bd8888897e8959a89cc21922580e5e4;p=friendica.git diff --git a/mod/install.php b/mod/install.php index 1ddc8fbad1..3adcb75aa4 100644 --- a/mod/install.php +++ b/mod/install.php @@ -222,6 +222,7 @@ function install_content(App $a) { $dbdata = notags(trim($_POST['dbdata'])); $phpath = notags(trim($_POST['phpath'])); + $adminmail = notags(trim($_POST['adminmail'])); $tpl = get_markup_template('install_db.tpl'); $o .= replace_macros($tpl, [ @@ -253,7 +254,6 @@ function install_content(App $a) { return $o; }; break; case 3: { // Site settings - require_once('include/datetime.php'); $dbhost = ((x($_POST, 'dbhost')) ? notags(trim($_POST['dbhost'])) : 'localhost'); $dbuser = notags(trim($_POST['dbuser'])); $dbpass = notags(trim($_POST['dbpass']));