mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 18:17:07 +00:00
GPL v3 Release
This commit is contained in:
29
csf/cpanel/csf.tmpl
Normal file
29
csf/cpanel/csf.tmpl
Normal file
@@ -0,0 +1,29 @@
|
||||
[%
|
||||
USE Whostmgr;
|
||||
USE JSON;
|
||||
|
||||
WRAPPER 'master_templates/master.tmpl'
|
||||
header = 'ConfigServer Security & Firewall'
|
||||
skipsupport = 1
|
||||
skipheader = 1
|
||||
hide_license_warnings = 1
|
||||
theme='bootstrap'
|
||||
breadcrumbdata = {
|
||||
previous = [
|
||||
{
|
||||
name = "Home",
|
||||
url = "/scripts/command?PFILE=main",
|
||||
},
|
||||
{
|
||||
name = "Plugins",
|
||||
url = "/scripts/command?PFILE=Plugins",
|
||||
}
|
||||
],
|
||||
name = 'ConfigServer Security & Firewall',
|
||||
url = '/cgi/configserver/csf.cgi',
|
||||
};
|
||||
%]
|
||||
|
||||
[% csf_output %]
|
||||
|
||||
[% END %]
|
||||
Reference in New Issue
Block a user