index.php 54 B

12345
  1. <?php
  2. print($_SERVER['SERVER_NAME']);
  3. print(".");
  4. ?>