Changeset 1924476
- Timestamp:
- 08/14/2018 07:10:36 AM (8 years ago)
- Location:
- ose-firewall/trunk
- Files:
-
- 4 edited
-
assets/config/define.php (modified) (2 diffs)
-
classes/Library/RemoteLogin/RemoteLogin.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
r1921717 r1924476 49 49 }else { 50 50 define('API_SERVER','https://api2.centrora.com/'); //LIVE 51 define("BACKUP_API_SERVER","https://backup-api .centrora.com/");52 define("VSSCAN_API_SERVER","https://vsscan-api .centrora.com/");51 define("BACKUP_API_SERVER","https://backup-api-dev.centrora.com/"); 52 define("VSSCAN_API_SERVER","https://vsscan-api-dev.centrora.com/"); 53 53 define('VIRUS_PATTERN_DOWNLOAD_URL',"https://update-api-dev.centrora.com/download/updateVSPattern?domain=".$_SERVER['HTTP_HOST']); 54 54 define("FIREWALL_PATTERN_DOWNLOAD_URL","https://update-api-dev.centrora.com/download/updateFWPattern&update=0&domain=".$_SERVER['HTTP_HOST']); … … 56 56 define("GET_VIRUS_PATTERN_VERSION_URL","https://update-api-dev.centrora.com/version/getVSPatternVersion"); 57 57 define("GET_FIREWALL_PATTERN_VERSION_URL","https://update-api-dev.centrora.com/version/getFWPatternVersion"); 58 define("BACKUP_API","https://backup-api .centrora.com/");59 define("ACCOUNT_API","https://account-api .centrora.com/");58 define("BACKUP_API","https://backup-api-dev.centrora.com/"); 59 define("ACCOUNT_API","https://account-api-dev.centrora.com/"); 60 60 define("UPDATE_API","https://update-api-dev.centrora.com/"); 61 61 define("DOWNLOAD_CORE_FILES","https://update-api-dev.centrora.com/download/getCoreFile"); -
ose-firewall/trunk/classes/Library/RemoteLogin/RemoteLogin.php
r1900946 r1924476 327 327 $ip = $this->getRealIP(); 328 328 // 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' );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'); 330 330 $enabled_proxy = true; 331 331 if (isset($_SERVER['http_proxy']) && !empty($_SERVER['http_proxy']) && $enabled_proxy==true) { -
ose-firewall/trunk/ose_firewall_badge.php
r1921717 r1924476 4 4 Description: Plugin For Showing Centrora Security Badge 5 5 Author: Centrora Security 6 Version: 7.4. 46 Version: 7.4.5 7 7 */ 8 8 include(dirname(__FILE__).'/includes/oseBadgeWidget.php'); -
ose-firewall/trunk/ose_wordpress_firewall.php
r1921717 r1924476 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. 47 Version: 7.4.5 8 8 Author URI: http://www.centrora.com/ 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.