We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 50965
    • 1 Posts
    I have been sent the following from Sucuri and my question is where would i find the config.php or configuration.php? I have Evolution 1.3.6

    Add the following code to your application (the config.php or configuration.php is usually a good location):

    if(isset($_SERVER['HTTP_X_SUCURI_CLIENTIP']))
    {
    $_SERVER["REMOTE_ADDR"] = $_SERVER['HTTP_X_SUCURI_CLIENTIP'];
    }