admin control - Posted (878 Views)
Junior Member
s80ts0465
Posts: 290
290
i've devoled in the last year some personal mod for my forum. But i've never thought to implement the code to control the authorization access. There are some pages that only admin can access to, so how can i do? which is the (i think standar) code to insert to have the access control??
thank Bye ste<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Carefree
Posts: 4224
4224
Code:
if mLev > 3 then
(your routine here)
end if

That limits to Administrator only<
Posted
Junior Member
s80ts0465
Posts: 290
290
many thanks

bye ste<
 
You Must enter a message