web/fens_FabLab_Design_Metadata/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 17 Apr 2013 17:50:23 +0200
changeset 863 ad9213deac1a
parent 181 4b9405c06dca
permissions -rwxr-xr-x
Added tag V02.24 for changeset 6c9a9d285a1f

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