web/edito-1314-05-algorithme/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 17 Apr 2014 16:56:35 +0200
changeset 1102 560633180033
child 1106 1f827e73cb58
permissions -rw-r--r--
add edito #5 algorithmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1102
560633180033 add edito #5 algorithmes
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
560633180033 add edito #5 algorithmes
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
560633180033 add edito #5 algorithmes
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
560633180033 add edito #5 algorithmes
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     4
header("Location: client.php");
560633180033 add edito #5 algorithmes
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
560633180033 add edito #5 algorithmes
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     6
?>