View Single Post
  #3  
Old 2nd April 2014, 08:28
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
Code:
//==Add all your Staff ids $INSTALLER09['allowed_staff']['id'] = array(1,2,3);
 //== Add ALL staff names before you promote them 
$INSTALLER09['staff']['allowed'] = array( 'System'    => 1, 'DooMFeaR'    => 1, 'Bller'    => 1);
the "1" means it's allowed. the ids are written on the line above.
i think this is the reason.
Reply With Quote