Ranks and maintenance

mesocool

New Member
Jan 31, 2012
19
1
Hello, Ive been trying to make that a particular rank can pass the maitience page with out seeing it.

The maintenance script is:
if($site["maintainance"] == '1'){ header("Location: maintainance.php"); }

The rank script for a particular ranked logged in is:
if($in["username"]){
echo '<center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<u><a href="user.php?user='.$in["username"].'">'.$in["username"].'


Would there be anyway to merge those two?
So it would be that maintience only shows for Guest members not all ranks.

Thanks
 

Users who are viewing this thread

Top