web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 14 Feb 2012 14:17:43 +0100
changeset 506 f7fd2458fc5c
parent 479 eb44a86b7a94
child 521 0fd2948de190
permissions -rwxr-xr-x
Added museo 14.02.12 and several corrections
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
?>