1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-24 05:24:01 +00:00
friendica-github/testargs.php

6 lines
73 B
PHP

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