web/edito-intelligence/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 13 Feb 2012 17:04:35 +0100
changeset 507 7f7fdf4eb06c
parent 479 eb44a86b7a94
child 521 0fd2948de190
permissions -rwxr-xr-x
Merge with 3af437be7931bf6a5831f253db834827875c0182
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");
eb44a86b7a94 commit museo 19/01/2012
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     4
header("Location: client.php");
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
?>