web/museo/polemicaltimeline.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 20 Mar 2013 16:32:45 +0100
changeset 802 a9fa8dbfb8f0
parent 797 c3543cde84c8
permissions -rw-r--r--
Corrections on #eduinov
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
797
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
// Permanent redirection
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
header("Location: select.php");
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
exit();
c3543cde84c8 added latest edito + museo + group pages
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
?>