web/edito/polemicaltimeline.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 07 Jun 2013 11:55:46 +0200
changeset 919 e126d3e1e186
parent 797 c3543cde84c8
permissions -rw-r--r--
Merge with 756794622ae9a555bfda21a678c194fa3af263f9
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
?>