| 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 |
|
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 |
?> |