Merge pull request #6209 from MrPetovan/task/move-config-to-php-array

Remove util/ folder
This commit is contained in:
Tobias Diekershoff 2018-12-29 11:43:55 +01:00 committed by GitHub
commit 7efde8e334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 2611 additions and 4940 deletions

View 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 = "";