web/eduinnov/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 16 Mar 2012 19:29:48 +0100
changeset 546 fd35749faca9
permissions -rw-r--r--
Last commit before weekend
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
546
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
// Permanent redirection
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
header("Location: select.php");
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
exit();
fd35749faca9 Last commit before weekend
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
?>