Design updates

This commit is contained in:
2024-02-21 16:07:03 +01:00
parent ba736ef661
commit 69322d64f3
5 changed files with 441 additions and 78 deletions

View File

@ -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()