Changeset 1927189
- Timestamp:
- 08/20/2018 08:26:24 AM (8 years ago)
- Location:
- ose-firewall/trunk
- Files:
-
- 3 edited
-
assets/config/define.php (modified) (1 diff)
-
ose_firewall_badge.php (modified) (1 diff)
-
ose_wordpress_firewall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ose-firewall/trunk/assets/config/define.php
r1924476 r1927189 49 49 }else { 50 50 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"); 62 62 } 63 63 define('FIREWALL_VERSION_CHECK_THRESHOLD',1); //1 hour -
ose-firewall/trunk/ose_firewall_badge.php
r1924476 r1927189 4 4 Description: Plugin For Showing Centrora Security Badge 5 5 Author: Centrora Security 6 Version: 7.4. 56 Version: 7.4.6 7 7 */ 8 8 include(dirname(__FILE__).'/includes/oseBadgeWidget.php'); -
ose-firewall/trunk/ose_wordpress_firewall.php
r1924476 r1927189 5 5 Description: 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. 6 6 Author: Centrora (Previously ProWeb) 7 Version: 7.4. 57 Version: 7.4.6 8 8 Author URI: http://www.centrora.com/ 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.