more pre-install checks to sort out broken environments

This commit is contained in:
Friendika
2010-11-25 15:33:32 -08:00
parent 0a03a710b3
commit 9fb967ae34
2 changed files with 43 additions and 2 deletions

6
testargs.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
if(($argc > 1) && isset($argv[1]))
echo $argv[1];
else
echo '';