web/2011-2012-museo-desir/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 14 Dec 2011 16:58:57 +0100
changeset 407 5ab44abc46df
parent 392 aa445cd7300e
permissions -rwxr-xr-x
Correction Live-client
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
392
aa445cd7300e Nouvelle seance museo
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     1
<?php
aa445cd7300e Nouvelle seance museo
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     2
// Permanent redirection
aa445cd7300e Nouvelle seance museo
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
aa445cd7300e Nouvelle seance museo
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     4
header("Location: polemicaltimeline.php");
aa445cd7300e Nouvelle seance museo
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     5
exit();
aa445cd7300e Nouvelle seance museo
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     6
?>