Changeset 1979334
- Timestamp:
- 11/23/2018 10:32:21 AM (7 years ago)
- Location:
- ose-firewall/trunk
- Files:
-
- 3 edited
-
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/classes/Library/RemoteLogin/RemoteLogin.php
r1924476 r1979334 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','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'); 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
r1961022 r1979334 4 4 Description: Plugin For Showing Centrora Security Badge 5 5 Author: Centrora Security 6 Version: 7.4. 86 Version: 7.4.9 7 7 */ 8 8 include(dirname(__FILE__).'/includes/oseBadgeWidget.php'); -
ose-firewall/trunk/ose_wordpress_firewall.php
r1961022 r1979334 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. 87 Version: 7.4.9 8 8 Author URI: http://www.centrora.com/ 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.