web/JaneMcGonigal-gameDesign/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 03 May 2012 17:52:07 +0200
changeset 598 d366aa22bd79
parent 266 bb7a2f8202b9
permissions -rwxr-xr-x
New Metadataplayer version

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