web/edito-1516-03-editorialisation-universitaire/index.php
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2024 15:24:41 +0100
changeset 1584 257c14dae52a
parent 1312 18e26fddbc5c
permissions -rw-r--r--
Added tag V09.006 for changeset 459a88818bec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1310
69797e45e10f add edito #3
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
69797e45e10f add edito #3
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
69797e45e10f add edito #3
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
1312
18e26fddbc5c archive for edito1516 3
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1310
diff changeset
     4
header("Location: polemicaltimeline.php");
1310
69797e45e10f add edito #3
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
69797e45e10f add edito #3
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     6
?>