web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 21 Mar 2012 17:32:16 +0100
changeset 553 65e5d6884a9e
parent 521 0fd2948de190
permissions -rwxr-xr-x
Added edito-serious-games

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