mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-09 17:04:26 +02:00
6 lines
73 B
PHP
6 lines
73 B
PHP
<?php
|
|
|
|
if(($argc > 1) && isset($argv[1]))
|
|
echo $argv[1];
|
|
else
|
|
echo '';
|