• Resolved chillmen

    (@chillmen)


    Hi,
    Wordfence send me an alert about code change in file stopbadbots/functions/functions.php

    The original code:

    186	   global $stopbadbotsip;
    187	   $ua = sbb_get_ua();

    Have been replaced by:

    186	   global $userAgent, $stopbadbotsip;
    187	   $ua = $userAgent;

    Any idea how is it possible? I checked changelog for the plugin and there is no recent update!

Viewing 1 replies (of 1 total)
  • Plugin Author sminozzi

    (@sminozzi)

    Hey Chillmen,

    Don’t worry about.
    In fact, we made 2 small changes to help new users. Today we made also changes in guide.php file.

    We think it is not necessary to force all users to update their version but if you want, you can do it by FTP without losing your data. Unfortunately, when we create many versions in a short time, we receive complains from users.

    When you have any security questions, please, contact me.

    Cheers,
    Bill

Viewing 1 replies (of 1 total)

The topic ‘Code changed in functions.php plugin file !?’ is closed to new replies.