mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
Merge pull request #6209 from MrPetovan/task/move-config-to-php-array
Remove util/ folder
This commit is contained in:
commit
7efde8e334
40 changed files with 2611 additions and 4940 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue