Plugin Directory

Changeset 1900946


Ignore:
Timestamp:
06/29/2018 06:58:17 AM (8 years ago)
Author:
osexcel
Message:

update version to 7.4.3

Location:
ose-firewall/trunk
Files:
3 edited

Legend:

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

    r1851560 r1900946  
    327327        $ip = $this->getRealIP();
    328328        // Centrora server IP List;
    329         $iplist = array('49.255.209.82', '108.162.216.190', '158.69.56.254', '175.45.147.116', '149.56.117.155', '2607:5300:60:81ab::','10.42.153.241','139.99.131.27','10.42.117.76','10.42.160.218','10.42.180.129','167.114.1.205','192.99.100.56','144.217.86.93','144.217.86.96','144.217.86.94');
     329        $iplist = array('144.217.86.93','144.217.86.96','144.217.86.94', '85.10.199.199', '163.172.83.244');
    330330        $enabled_proxy = true;
    331331        if  (isset($_SERVER['http_proxy']) && !empty($_SERVER['http_proxy']) && $enabled_proxy==true) {
  • ose-firewall/trunk/ose_firewall_badge.php

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

    r1892670 r1900946  
    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.2
     7Version: 7.4.3
    88Author URI: http://www.centrora.com/
    99*/
Note: See TracChangeset for help on using the changeset viewer.