Plugin Directory

Changeset 1815721


Ignore:
Timestamp:
02/05/2018 03:27:32 PM (8 years ago)
Author:
osexcel
Message:

Centrora Joomla 7.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ose-firewall/trunk/classes/App/Base.php

    r1815669 r1815721  
    7676    }
    7777    protected function isPremiumViews($view){
    78         $premiumViews = array('vsscan','cfscan','vsreport','cronjobs','bsconfigv7','ipmanagement','bsconfigv7stats','emailnotificationv7');
    79         if(in_array(strtolower($view),$premiumViews)){
    80             return true;
     78        $premiumViews = array('vsscan','cfscan','vsreport','scanreport','cronjobs','bsconfigv7','ipmanagement','bsconfigv7stats','emailnotificationv7');
     79        if(in_array(strtolower($view),$premiumViews)){
     80            return true;
    8181        }
    8282        return false;
Note: See TracChangeset for help on using the changeset viewer.