web/edito-serious-games/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 27 Apr 2012 19:17:39 +0200
changeset 595 71363e9b210c
parent 553 65e5d6884a9e
permissions -rw-r--r--
Added Metadata for museo 14/02, 13/03, edito 22/03, 12/04

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