1
0
Fork 0
friendica_2020-09-1_sharedH.../testargs.php

7 lines
73 B
PHP

<?php
if(($argc > 1) && isset($argv[1]))
echo $argv[1];
else
echo '';