web/museo-1415-05-interfaces-design/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 14 Apr 2015 22:09:08 +0200
changeset 1220 e6f40ddee0b7
parent 1209 6b3ce6ae3a34
permissions -rw-r--r--
put edito up front
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1154
ba206f65d8ef Prepared all sessions for edito14 and put edito#1 as next event
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
ba206f65d8ef Prepared all sessions for edito14 and put edito#1 as next event
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
ba206f65d8ef Prepared all sessions for edito14 and put edito#1 as next event
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
1209
6b3ce6ae3a34 publish museo + edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1207
diff changeset
     4
header("Location: polemicaltimeline.php");
1154
ba206f65d8ef Prepared all sessions for edito14 and put edito#1 as next event
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
1198
ff4b567d51f2 upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1186
diff changeset
     6
?>