test.php 81 B

123456
  1. <?php
  2. echo "<p>this works</p>";
  3. echo "<p>" . getenv("APP_DOMAIN") . "</p>";
  4. ?>