web/edito-1516-04-detournements-creation/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 19 Jan 2016 11:48:54 +0100
changeset 1313 c0caf7cb07ee
child 1317 861eeb85dd07
permissions -rw-r--r--
add edito #4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1313
c0caf7cb07ee add edito #4
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
c0caf7cb07ee add edito #4
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
c0caf7cb07ee add edito #4
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
c0caf7cb07ee add edito #4
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     4
header("Location: client.php");
c0caf7cb07ee add edito #4
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
c0caf7cb07ee add edito #4
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     6
?>