web/eduinnov/index.php
author ymh <ymh.work@gmail.com>
Sat, 22 Sep 2018 15:14:16 +0200
changeset 1471 c99372e45a90
parent 546 fd35749faca9
permissions -rw-r--r--
Added tag V06.005 for changeset 4812c816aec1
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
?>