mirror of
https://github.com/friendica/friendica
synced 2026-01-23 13:59:14 +01:00
more pre-install checks to sort out broken environments
This commit is contained in:
parent
0a03a710b3
commit
9fb967ae34
2 changed files with 43 additions and 2 deletions
6
testargs.php
Normal file
6
testargs.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
if(($argc > 1) && isset($argv[1]))
|
||||
echo $argv[1];
|
||||
else
|
||||
echo '';
|
||||
Loading…
Add table
Add a link
Reference in a new issue