View file mynews/data/index.php

File size: 195B
<?php

  /**
  * Topic:   index file relocation
  * Author:  Urs Gehrig <[email protected]>
  * Date:    6-12-2000
  */

  header ("Content-type: text/html");
  header ("Location: /");

?>