web/fens2012/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 16 Apr 2015 13:55:11 +0200
changeset 1222 8f3e355b94b9
parent 633 dfcbb21a8eac
permissions -rw-r--r--
new stream url for bpi ludique
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
633
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
// Permanent redirection
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
header("Location: select.php");
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
exit();
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
?>