Skip to content

Commit

Permalink
UTCT-46: Remove Sleeky config from allowed plugins.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gilligan <[email protected]>

Sleeky config is universal, so we can't allow users to choose because it impacts all.
  • Loading branch information
UTCGilligan committed Jan 2, 2024
1 parent c50bccb commit a5ca51a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions user/plugins/auth-mgr-plus/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,7 @@ function amp_env_check() {
}

if ( !isset( $amp_allowed_plugin_pages ) ) {
$amp_allowed_plugin_pages = array(
'sleeky_settings'
);
$amp_allowed_plugin_pages = array();
}

// convert role assignment table to lower case if it hasn't been done already
Expand Down

0 comments on commit a5ca51a

Please sign in to comment.