Changeset 1866787
- Timestamp:
- 05/01/2018 06:59:19 AM (8 years ago)
- Location:
- ose-firewall/trunk
- Files:
-
- 2 edited
-
ose_firewall_badge.php (modified) (1 diff)
-
ose_wordpress_firewall.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ose-firewall/trunk/ose_firewall_badge.php
r1862731 r1866787 4 4 Description: Plugin For Showing Centrora Security Badge 5 5 Author: Centrora Security 6 Version: 7.4. 06 Version: 7.4.1 7 7 */ 8 8 include(dirname(__FILE__).'/includes/oseBadgeWidget.php'); -
ose-firewall/trunk/ose_wordpress_firewall.php
r1862731 r1866787 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. 07 Version: 7.4.1 8 8 Author URI: http://www.centrora.com/ 9 9 */ … … 79 79 $task = oRequest:: getVar('task', null); 80 80 $filename = oRequest:: getVar('filename', null); 81 82 if($task == 'downloadzip') 81 $checkCentrora= oRequest:: getVar('checkCentrora', 0); 82 if($checkCentrora == 1){ 83 $return = array('exists'=>true); 84 print_r(json_encode($return));exit; 85 } 86 if($task == 'downloadzip') 83 87 { 84 88 $oseFirewall::callLibClass('gitBackup', 'GitSetup');
Note: See TracChangeset
for help on using the changeset viewer.