]> git.mxchange.org Git - friendica.git/blob - testargs.php
highlight any messages on page newer than 12 hours
[friendica.git] / testargs.php
1 <?php
2
3 if(($argc > 1) && isset($argv[1]))
4         echo $argv[1];
5 else
6         echo '';