source: pages/spravce_realm6_charlog.php@ 651

Last change on this file since 651 was 651, checked in by aleg, 15 years ago

Změněná cesta k GM a Char logům pro realmy 4 a 7.

File size: 272 bytes
Line 
1<?php
2$lvl = $player -> GetGmLvl();
3if($lvl > 0){
4echo"<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.