source:
mangos/inc/account.viewcharacter.php@
5
Last change on this file since 5 was 5, checked in by , 18 years ago | |
---|---|
File size: 150 bytes |
Line | |
---|---|
1 | <?php |
2 | if($user['gmlevel'] <= 3) |
3 | { |
4 | header("location:$_SERVER[PHP_SELF]?n=admin/characteritems&charid=$_GET[charid]&realmid=$_GET[realmid]"); |
5 | } |
6 | ?> |
Note:
See TracBrowser
for help on using the repository browser.