X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Finstall.php;h=f3969a6f24b87e0d2f46c9162238921b70989c87;hb=85c8bf022841fb53a42e012d2e90dd23f56df2ab;hp=1ddc8fbad1d6b13ac88191c83c2d5c5174bbeec9;hpb=9b37f5c0855c8071075fa3ce49b7e9c38f2c6a2e;p=friendica.git diff --git a/mod/install.php b/mod/install.php index 1ddc8fbad1..f3969a6f24 100644 --- a/mod/install.php +++ b/mod/install.php @@ -253,7 +253,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']));