Design updates
This commit is contained in:
@ -10,12 +10,13 @@ class Security
|
||||
{
|
||||
public const required_security_plugins = [
|
||||
'wps_hide_login' => ['downloadUrl' => 'https://downloads.wordpress.org/plugin/wps-hide-login.1.9.10.zip'],
|
||||
'limit-login-attempts-reloaded' => ['downloadUrl' => 'https://downloads.wordpress.org/plugin/limit-login-attempts-reloaded.2.25.27.zip']];
|
||||
];
|
||||
|
||||
|
||||
public const delete_plugins = [
|
||||
'akismet/akismet.php',
|
||||
'hello.php'
|
||||
'hello.php',
|
||||
'limit-login-attempts-reloaded'
|
||||
];
|
||||
|
||||
public static function setup()
|
||||
|
Reference in New Issue
Block a user