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-server-env.php
blob: 64d93124c0053c1ab90c1f77d27e1d96a19f42dc (
plain
)
1
2
3
<
?php
print
$_SERVER
[
$_GET
[
"env"
]];
?
>