]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Installer.php
[Composer] Added missing dependency ext-openssl
[friendica.git] / src / Core / Installer.php
index 74d6114f160e124644555c5d8a3027ad8dbc44f4..15bcb76f4921f1e10103176d9f4c0721b521598c 100644 (file)
@@ -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, '');