mirror of
https://gitlab.com/ArkHost/WP-Security-Pack.git
synced 2026-09-20 01:47:33 +02:00
remove updater
This commit is contained in:
@@ -83,7 +83,6 @@ final class WP_Security_Pack {
|
||||
|
||||
if ( is_admin() ) {
|
||||
require_once WPSP_PLUGIN_DIR . 'includes/class-wpsp-admin.php';
|
||||
require_once WPSP_PLUGIN_DIR . 'includes/class-wpsp-updater.php';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,8 +136,7 @@ final class WP_Security_Pack {
|
||||
$this->components['login_protection'] = new WPSP_Login_Protection();
|
||||
|
||||
if ( is_admin() ) {
|
||||
$this->components['admin'] = new WPSP_Admin();
|
||||
$this->components['updater'] = new WPSP_Updater();
|
||||
$this->components['admin'] = new WPSP_Admin();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user