mirror of
https://github.com/friendica/friendica
synced 2024-11-18 20:23:44 +00:00
7 lines
73 B
PHP
7 lines
73 B
PHP
|
<?php
|
||
|
|
||
|
if(($argc > 1) && isset($argv[1]))
|
||
|
echo $argv[1];
|
||
|
else
|
||
|
echo '';
|