web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 20 Jan 2012 13:02:06 +0100
changeset 490 940983e168af
parent 479 eb44a86b7a94
child 521 0fd2948de190
permissions -rwxr-xr-x
Added tag V01.27 for changeset 0e85fb630084
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
?>