web/rwd-meetup-visualisation/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 15 Feb 2012 10:38:14 +0100
changeset 520 067d37fb966a
parent 489 a543cdb3cc79
child 521 0fd2948de190
permissions -rw-r--r--
Added tag V01.40 for changeset 29396e629e7c

<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: client.php");
exit();
?>