web/edito-intelligence/index.php
author salimr <riwad.salim@yahoo.fr>
Mon, 05 Nov 2018 19:04:57 +0100
changeset 1484 8b545f4cdaf3
parent 521 0fd2948de190
permissions -rwxr-xr-x
Archive Work Marathon 2018 event
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
479
eb44a86b7a94 commit museo 19/01/2012
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     1
<?php
eb44a86b7a94 commit museo 19/01/2012
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     2
// Permanent redirection
eb44a86b7a94 commit museo 19/01/2012
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
521
0fd2948de190 move index.php from client to polemicaltimeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 479
diff changeset
     4
header("Location: polemicaltimeline.php");
479
eb44a86b7a94 commit museo 19/01/2012
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     5
exit();
eb44a86b7a94 commit museo 19/01/2012
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     6
?>