lighttpd1.4/tests/docroot/www/get-env.php

4 lines
37 B
PHP

<?php
print $_ENV[$_GET["env"]];
?>