View Single Post
  #31  
Old 26th December 2020, 18:40
iseeyoucopy iseeyoucopy is offline
VIP
 
Join Date: Jan 2011
P2P
Posts: 28
Default
here is where you made wrong in staff_settings2.php
this line
PHP Code:
$INSTALLER09['staff']['allowed'] = array( 'user1' => 1,'user2' => 2,'user3' => 3,'user4' => 
it should be

PHP Code:
$INSTALLER09['staff']['allowed'] = array( 'user1' => 1,'user2' => 1,'user3' => 1,'user4' => 
Reply With Quote