Plugin Directory

Changeset 1979334


Ignore:
Timestamp:
11/23/2018 10:32:21 AM (7 years ago)
Author:
osexcel
Message:

Centrora Joomla 7.4.9

Location:
ose-firewall/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ose-firewall/trunk/classes/Library/RemoteLogin/RemoteLogin.php

    r1924476 r1979334  
    327327        $ip = $this->getRealIP();
    328328        // Centrora server IP List;
    329         $iplist = array('144.217.86.93','144.217.86.96','144.217.86.94', '85.10.199.199', '163.172.83.244','198.27.69.43', '198.27.69.117', '198.27.81.166');
     329        $iplist = array('144.217.86.93','144.217.86.96','144.217.86.94', '85.10.199.199', '163.172.83.244','198.27.69.43', '198.27.69.117', '198.27.81.166','78.46.212.176','159.69.101.111','88.198.43.77','144.76.117.35','85.10.198.174');
    330330        $enabled_proxy = true;
    331331        if  (isset($_SERVER['http_proxy']) && !empty($_SERVER['http_proxy']) && $enabled_proxy==true) {
  • ose-firewall/trunk/ose_firewall_badge.php

    r1961022 r1979334  
    44   Description: Plugin For Showing Centrora Security Badge
    55   Author: Centrora Security
    6    Version: 7.4.8
     6   Version: 7.4.9
    77*/
    88include(dirname(__FILE__).'/includes/oseBadgeWidget.php');
  • ose-firewall/trunk/ose_wordpress_firewall.php

    r1961022 r1979334  
    55Description: Centrora Security (previously OSE Firewall) - A WordPress Security Firewall plugin created by Centrora. Protect your WordPress site by identify any malicious codes, spam, virus, SQL injection, and security vulnerabilities.
    66Author: Centrora (Previously ProWeb)
    7 Version: 7.4.8
     7Version: 7.4.9
    88Author URI: http://www.centrora.com/
    99*/
Note: See TracChangeset for help on using the changeset viewer.