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: 15ac94f616bce2fc7ed63ddff964978e27f9a3bf (
plain
)
1
2
3
<
?php
print
$_ENV
[
$_GET
[
"env"
]];
?
>