]> git.mxchange.org Git - friendica.git/blob - testargs.php
smiley filter
[friendica.git] / testargs.php
1 <?php
2
3 if(($argc > 1) && isset($argv[1]))
4         echo $argv[1];
5 else
6         echo '';