Plugin Directory

Changeset 1866787


Ignore:
Timestamp:
05/01/2018 06:59:19 AM (8 years ago)
Author:
osexcel
Message:

Centrora Joomla 7.4.1

Location:
ose-firewall/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ose-firewall/trunk/ose_firewall_badge.php

    r1862731 r1866787  
    44   Description: Plugin For Showing Centrora Security Badge
    55   Author: Centrora Security
    6    Version: 7.4.0
     6   Version: 7.4.1
    77*/
    88include(dirname(__FILE__).'/includes/oseBadgeWidget.php');
  • ose-firewall/trunk/ose_wordpress_firewall.php

    r1862731 r1866787  
    55Description: 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.
    66Author: Centrora (Previously ProWeb)
    7 Version: 7.4.0
     7Version: 7.4.1
    88Author URI: http://www.centrora.com/
    99*/
     
    7979        $task = oRequest:: getVar('task', null);
    8080        $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')
    8387        {
    8488            $oseFirewall::callLibClass('gitBackup', 'GitSetup');
Note: See TracChangeset for help on using the changeset viewer.