UBB.Dev
Posted By: Ian Spence [6.6 - 6.7] [beta] Moderator Lockout - 10/26/2003 8:40 PM
Modification Name: Moderator Lockout

Author(s): Weird Al

Description: Prevents moderators from logging into the cp

Demo: none

Download Link: none

Instructions / Other Info:

In cp2_lib.cgi ~Line 26

FIND:
Code
	if(($profile[8] ne "Administrator") && ($profile[8] ne "Moderator")) {
REPLACE WITH:
Code
	if($profile[8] ne "Administrator") {
Posted By: Gizmo Re: [6.6 - 6.7] [beta] Moderator Lockout - 10/26/2003 10:00 PM
awwe, no original author? Definately easier than my last one for 6.0-6.5
© UBB.Developers