| author | Raphael Velt <raph.velt@gmail.com> |
| Wed, 20 Mar 2013 16:35:10 +0100 | |
| changeset 803 | bb3595fc99c3 |
| parent 687 | 828c970342e5 |
| child 1186 | e10c0c8ec4d5 |
| permissions | -rw-r--r-- |
|
687
828c970342e5
add caps 2012 event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
1 |
<?php |
|
828c970342e5
add caps 2012 event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
2 |
// Permanent redirection |
|
828c970342e5
add caps 2012 event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
3 |
header("HTTP/1.1 302 Moved temporarily"); |
|
828c970342e5
add caps 2012 event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
4 |
header("Location: client.php"); |
|
828c970342e5
add caps 2012 event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
5 |
exit(); |
|
828c970342e5
add caps 2012 event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
6 |
?> |