This website requires JavaScript.
Explore
Help
Register
Sign In
lighttpd
/
lighttpd1.4
Watch
2
Star
0
Fork
You've already forked lighttpd1.4
0
Code
Issues
Releases
Wiki
Activity
3057b63ea2
lighttpd1.4
/
tests
/
docroot
/
www
/
get-env.php
5 lines
77 B
PHP
Raw
Blame
History
<
?
php
$env
=
$_GET
[
"
env
"
];
print
isset
(
$_ENV
[
$env
])
?
$_ENV
[
$env
]
:
''
;
?>
View Git Blame
Copy Permalink