index
:
volse-hubzilla.git
dev
drop-unused-html5-library
master
tests/test-db-setup-wip
Volse Hubzilla -- soft fork of main Hubzilla core for Volse
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testargs.php
blob: 65e56ec3ebf272a0abf5ceb81fb8fd25bd9c5ebe (
plain
) (
blame
)
1
2
3
4
5
6
<?php
if
((
$argc
>
1
)
&&
isset
(
$argv
[
1
]))
echo
$argv
[
1
];
else
echo
''
;