index
:
lighttpd
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
docroot
/
www
/
get-env.php
blob: 8af72a61c90c401373359cd53b44bd391cee228b (
plain
)
1
2
3
<
?php
print
$_ENV
[
$_GET
[
"env"
]];
?
>