Changeset 2177
- Timestamp:
- 05/22/2008 06:49:58 AM (4 months ago)
- Files:
-
- 1 modified
-
trunk/tests/docroot/www/get-env.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/docroot/www/get-env.php
r1349 r2177 1 1 <?php 2 print $_ENV[$_GET["env"]]; 2 $env = $_GET["env"]; 3 print isset($_ENV[$env]) ? $_ENV[$env] : ''; 3 4 ?>

