]> git.mxchange.org Git - friendica.git/blobdiff - mod/install.php
Merge pull request #4399 from MrPetovan/task/3878-move-include-bbcode-to-src
[friendica.git] / mod / install.php
index 1ddc8fbad1d6b13ac88191c83c2d5c5174bbeec9..f3969a6f24b87e0d2f46c9162238921b70989c87 100644 (file)
@@ -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']));