Changeset 1504184
- Timestamp:
- 09/28/2016 05:13:08 AM (10 years ago)
- Location:
- ose-firewall/trunk
- Files:
-
- 4 edited
-
assets/config/uri.php (modified) (1 diff)
-
ose_firewall_badge.php (modified) (1 diff)
-
ose_wordpress_firewall.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ose-firewall/trunk/assets/config/uri.php
r1387925 r1504184 407 407 $encodedParts = parse_url($encodedURL); 408 408 // Now, decode each value of the resulting array 409 foreach ($encodedParts as $key => $value) 410 { 411 $result[$key] = urldecode($value); 412 } 409 if (!empty($encodedParts)) { 410 foreach ($encodedParts as $key => $value) 411 { 412 $result[$key] = urldecode($value); 413 } 414 } 413 415 return $result; 414 416 } -
ose-firewall/trunk/ose_firewall_badge.php
r1496577 r1504184 4 4 Description: Plugin For Showing Centrora Security Badge 5 5 Author: Centrora Security 6 Version: 6.5.1 16 Version: 6.5.12 7 7 */ 8 8 //include(dirname(__FILE__).'/includes/oseBadgeWidget.php'); -
ose-firewall/trunk/ose_wordpress_firewall.php
r1496577 r1504184 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: 6.5.1 17 Version: 6.5.12 8 8 Author URI: http://www.centrora.com/ 9 9 */ -
ose-firewall/trunk/readme.txt
r1496577 r1504184 6 6 Requires at least: 3.7 7 7 Tested up to: 4.5.2 8 Stable tag: 6.5.1 18 Stable tag: 6.5.12 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 164 164 165 165 == Changelog == 166 167 = 6.5.12 = 168 * Fixed minor warning errors when checking URLs for cronjob requests 166 169 167 170 = 6.5.11 =
Note: See TracChangeset
for help on using the changeset viewer.