Source for file index.php

Documentation is available at index.php

  1. <?php
  2.  
  3. /**
  4.  * @package default
  5.  */
  6.  
  7. header("Location: http://".$_SERVER["SERVER_NAME"]);
  8. exit;
  9.  
  10. ?>