This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Move testargs to bin
pull/6209/head
Hypolite Petovan
2 years ago
parent
c3c7c50dc5
commit
e02295e8e8
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
bin/testargs.php
+1
-1
src/Core/Installer.php
util/testargs.php → bin/testargs.php
View File
+ 1
- 1
src/Core/Installer.php
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
=
"
"
;
Write
Preview
Loading…
Cancel
Save