source:
pages/spravce_realm6_charlog.php@
651
Last change on this file since 651 was 651, checked in by , 15 years ago | |
---|---|
File size: 272 bytes |
Line | |
---|---|
1 | <?php |
2 | $lvl = $player -> GetGmLvl(); |
3 | if($lvl > 0){ |
4 | echo"<h4>Pracuje se na tom !</h4>"; |
5 | } else { |
6 | echo"<p align=center><font color=red><b>Nemáte dostateèná oprávnìní pro tuto akci!</b></font>"; |
7 | echo"<meta http-equiv=\"refresh\" content=\"3;url=?page=main\">"; |
8 | } |
9 | ?> |
Note:
See TracBrowser
for help on using the repository browser.