View file wapirate/wml/register.php

File size: 91B
<?php 

$link = "/xhtml/register.php";

    header("Location: ".$link);

    exit;

?>