web/rwd-meetup-visualisation/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 15 Feb 2012 12:36:11 +0100
changeset 521 0fd2948de190
parent 489 a543cdb3cc79
permissions -rw-r--r--
move index.php from client to polemicaltimeline

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