X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FInstaller.php;h=15bcb76f4921f1e10103176d9f4c0721b521598c;hb=88b5fa063a0201451e905d9f74faa7cf69998aa4;hp=74d6114f160e124644555c5d8a3027ad8dbc44f4;hpb=a16e8d97f6c2935d5a5e136362a698580db4c64a;p=friendica.git diff --git a/src/Core/Installer.php b/src/Core/Installer.php index 74d6114f16..15bcb76f49 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -266,7 +266,7 @@ class Installer if ($passed2) { $str = Strings::getRandomName(8); - $cmd = "$phppath util/testargs.php $str"; + $cmd = "$phppath bin/testargs.php $str"; $result = trim(shell_exec($cmd)); $passed3 = $result == $str; $help = ""; @@ -585,7 +585,6 @@ class Installer */ public function checkDB($dbhost, $dbuser, $dbpass, $dbdata) { - require_once 'include/dba.php'; if (!DBA::connect($dbhost, $dbuser, $dbpass, $dbdata)) { $this->addCheck(L10n::t('Could not connect to database.'), false, true, '');