• Resolved robert.vincent

    (@robertvincent-1)


    https://gist.github.com/systemsathomesdotcom/5226d87f358f9c5454d2

    ---
     classes/wp-security-deactivation-tasks.php |    1 +
     classes/wp-security-installer.php          |    1 +
     2 files changed, 2 insertions(+)
    
    diff --git a/classes/wp-security-deactivation-tasks.php b/classes/wp-security-deactivation-tasks.php
    index 227ba73..7efbac1 100644
    --- a/classes/wp-security-deactivation-tasks.php
    +++ b/classes/wp-security-deactivation-tasks.php
    @@ -1,4 +1,5 @@
     <?php
    +include_once(dirname(__FILE__) . '/wp-security-configure-settings.php');
    
     class AIOWPSecurity_Deactivation
     {
    diff --git a/classes/wp-security-installer.php b/classes/wp-security-installer.php
    index 7f951b1..559faab 100644
    --- a/classes/wp-security-installer.php
    +++ b/classes/wp-security-installer.php
    @@ -1,4 +1,5 @@
     <?php
    +include_once(dirname(__FILE__) . '/wp-security-configure-settings.php');
    
     class AIOWPSecurity_Installer
     {
    --

    https://www.ads-software.com/plugins/all-in-one-wp-security-and-firewall/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allow activating via wp-cli (patch)’ is closed to new replies.