more pre-install checks to sort out broken environments
This commit is contained in:
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 '';
|
Reference in New Issue
Block a user