Update
This commit is contained in:
@@ -11,8 +11,8 @@ function user_is_master_admin(?User $user)
|
||||
return false;
|
||||
}
|
||||
|
||||
$emails = ['autopilotshorts@gmail.com', 'team@autopilotshorts.com', 'charles@exastellar.com'];
|
||||
$user_id = 1;
|
||||
$emails = ['autopilotshorts@gmail.com', 'team@autopilotshorts.com', 'charles@exastellar.com', 'charlesteh90@gmail.com'];
|
||||
$user_id = 0;
|
||||
|
||||
if ($user->id == $user_id) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user