web/museo/polemicaltimeline.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 15 May 2013 16:37:54 +0200
changeset 901 1c802a62425f
parent 797 c3543cde84c8
permissions -rw-r--r--
Changes on Cineconf

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