web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 20 Jan 2012 13:01:01 +0100
changeset 489 a543cdb3cc79
parent 479 eb44a86b7a94
child 521 0fd2948de190
permissions -rwxr-xr-x
Meetup Web of Data 20.01.2012

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