Changeset 1900946
- Timestamp:
- 06/29/2018 06:58:17 AM (8 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
r1851560 r1900946 327 327 $ip = $this->getRealIP(); 328 328 // 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'); 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
r1892670 r1900946 4 4 Description: Plugin For Showing Centrora Security Badge 5 5 Author: Centrora Security 6 Version: 7.4. 26 Version: 7.4.3 7 7 */ 8 8 include(dirname(__FILE__).'/includes/oseBadgeWidget.php'); -
ose-firewall/trunk/ose_wordpress_firewall.php
r1892670 r1900946 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. 27 Version: 7.4.3 8 8 Author URI: http://www.centrora.com/ 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.