Plugin Directory

Changeset 1927189


Ignore:
Timestamp:
08/20/2018 08:26:24 AM (8 years ago)
Author:
osexcel
Message:

Centrora Joomla 7.4.6

Location:
ose-firewall/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ose-firewall/trunk/assets/config/define.php

    r1924476 r1927189  
    4949}else {
    5050    define('API_SERVER','https://api2.centrora.com/'); //LIVE
    51     define("BACKUP_API_SERVER","https://backup-api-dev.centrora.com/");
    52     define("VSSCAN_API_SERVER","https://vsscan-api-dev.centrora.com/");
    53     define('VIRUS_PATTERN_DOWNLOAD_URL',"https://update-api-dev.centrora.com/download/updateVSPattern?domain=".$_SERVER['HTTP_HOST']);
    54     define("FIREWALL_PATTERN_DOWNLOAD_URL","https://update-api-dev.centrora.com/download/updateFWPattern&update=0&domain=".$_SERVER['HTTP_HOST']);
    55     define("FIREWALL_PATTERN_UPDATE_DOWNLOAD_URL","https://update-api-dev.centrora.com/download/updateFWPattern&update=1&domain=".$_SERVER['HTTP_HOST']);
    56     define("GET_VIRUS_PATTERN_VERSION_URL","https://update-api-dev.centrora.com/version/getVSPatternVersion");
    57     define("GET_FIREWALL_PATTERN_VERSION_URL","https://update-api-dev.centrora.com/version/getFWPatternVersion");
    58     define("BACKUP_API","https://backup-api-dev.centrora.com/");
    59     define("ACCOUNT_API","https://account-api-dev.centrora.com/");
    60     define("UPDATE_API","https://update-api-dev.centrora.com/");
    61     define("DOWNLOAD_CORE_FILES","https://update-api-dev.centrora.com/download/getCoreFile");
     51    define("BACKUP_API_SERVER","https://backup-api.centrora.com/");
     52    define("VSSCAN_API_SERVER","https://vsscan-api.centrora.com/");
     53    define('VIRUS_PATTERN_DOWNLOAD_URL',"https://update-api.centrora.com/download/updateVSPattern?domain=".$_SERVER['HTTP_HOST']);
     54    define("FIREWALL_PATTERN_DOWNLOAD_URL","https://update-api.centrora.com/download/updateFWPattern&update=0&domain=".$_SERVER['HTTP_HOST']);
     55    define("FIREWALL_PATTERN_UPDATE_DOWNLOAD_URL","https://update-api.centrora.com/download/updateFWPattern&update=1&domain=".$_SERVER['HTTP_HOST']);
     56    define("GET_VIRUS_PATTERN_VERSION_URL","https://update-api.centrora.com/version/getVSPatternVersion");
     57    define("GET_FIREWALL_PATTERN_VERSION_URL","https://update-api.centrora.com/version/getFWPatternVersion");
     58    define("BACKUP_API","https://backup-api.centrora.com/");
     59    define("ACCOUNT_API","https://account-api.centrora.com/");
     60    define("UPDATE_API","https://update-api.centrora.com/");
     61    define("DOWNLOAD_CORE_FILES","https://update-api.centrora.com/download/getCoreFile");
    6262}
    6363define('FIREWALL_VERSION_CHECK_THRESHOLD',1); //1 hour
  • ose-firewall/trunk/ose_firewall_badge.php

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

    r1924476 r1927189  
    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.5
     7Version: 7.4.6
    88Author URI: http://www.centrora.com/
    99*/
Note: See TracChangeset for help on using the changeset viewer.