Просмотр файла mynews/wap/index.php

Размер файла: 221B
<?php

  /**
  * Topic:   WAP index file relocation
  * Author:  Urs Gehrig <urs_at_circle_dot_ch>
  * Date:    6-12-2000
  */

  header ("Content-type: text/vnd.wap.wml");
  header ("Location: index.wml");

?>