Files
FHC-Core/wap/index.php
T
Christian Paminger 0f0296a02a
2006-11-27 08:46:23 +00:00

10 lines
331 B
PHP

<?php
if(isset($_GET['uid'])) {
header("Location: http://valar.technikum-wien.at:8080/InfoTerminal/wap?uid=" . $_GET['uid'] );
header("Content-type: text/vnd.wap.wml");
} else {
header("Location: http://valar.technikum-wien.at:8080/InfoTerminal/wap");
header("Content-type: text/vnd.wap.wml");
}
?>