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