[% USE Whostmgr; USE JSON; USE EasyApache; SET ea_version = EasyApache.get_ea_version(); SET easy_apache_url = Whostmgr.ENV.cp_security_token _ '/scripts7/EasyApache4'; SET PAGE_BASE = '/scripts2/manage_mod_security_vendors/'; SET PAGE_NAME = Whostmgr.get_page_name_by_url(PAGE_BASE); WRAPPER 'master_templates/master.tmpl' header = locale.makevar(PAGE_NAME), breadcrumburl = PAGE_BASE, base = PAGE_BASE, stylesheets = [ Whostmgr.find_file_url('/templates/mod_security/vendors.min.css') ], theme='bootstrap', CJT2_EXCLUSIVE = 1, app_key='modsecurity_vendors'; %]

[% locale.maketext('Info:') %] [% IF ea_version > 3 -%] [% locale.maketext('[asis,ModSecurity] is not enabled on your server. You cannot manage vendors with [asis,ModSecurity] disabled. Please refer to this document on [output,url,_1,how to install ModSecurity,target,_blank].', "https://go.cpanel.net/InstallModSecurity") %] [% ELSE -%] [% locale.maketext('[asis,ModSecurity] is not enabled on your server. You cannot manage vendors with [asis,ModSecurity] disabled. To enable [asis,ModSecurity] go to [output,url,_1,EasyApache] and select [asis,Mod Security] as an option when attempting to rebuild [asis,Apache].', easy_apache_url) %] [% END -%]
[% PROCESS 'master_templates/cjt2_header_include.tt' %] [% END %]