diff options
author | Friendika <info@friendika.com> | 2010-11-25 15:33:32 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-25 15:33:32 -0800 |
commit | 9fb967ae347909c8dc582b80e31972defc35eb82 (patch) | |
tree | 7e6b2cbb637db375423981e3b73b52e5ae3ec466 /testargs.php | |
parent | 0a03a710b326dc6c21ade1d769348e67100457c6 (diff) | |
download | volse-hubzilla-9fb967ae347909c8dc582b80e31972defc35eb82.tar.gz volse-hubzilla-9fb967ae347909c8dc582b80e31972defc35eb82.tar.bz2 volse-hubzilla-9fb967ae347909c8dc582b80e31972defc35eb82.zip |
more pre-install checks to sort out broken environments
Diffstat (limited to 'testargs.php')
-rw-r--r-- | testargs.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testargs.php b/testargs.php new file mode 100644 index 000000000..65e56ec3e --- /dev/null +++ b/testargs.php @@ -0,0 +1,6 @@ +<?php + +if(($argc > 1) && isset($argv[1])) + echo $argv[1]; +else + echo ''; |