repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix checkRpItemsPosition
[ryzomcore.git]
/
web
/
public_php
/
index.php
blob
17956aec451189d385d702ac4c22a92bb6fd1cca
1
<
?php
2
3
header
(
"Cache-Control: max-age=1"
);
4
header
(
'Location: ams/'
,
true
,
301
);
5
6
?
>