web/rwd-meetup-visualisation/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 20 Jan 2012 13:01:01 +0100
changeset 489 a543cdb3cc79
child 521 0fd2948de190
permissions -rw-r--r--
Meetup Web of Data 20.01.2012

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