GPL v3 Release

This commit is contained in:
chirpy
2025-08-28 15:15:56 +01:00
parent c15ade09f6
commit 2923c43f8f
494 changed files with 106870 additions and 58 deletions

29
cmc/cmc.tmpl Normal file
View File

@@ -0,0 +1,29 @@
[%
USE Whostmgr;
USE JSON;
WRAPPER 'master_templates/master.tmpl'
header = 'ConfigServer ModSecurity Control'
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 ModSecurity Control',
url = '/cgi/configserver/cmc.cgi',
};
%]
[% cmc_output %]
[% END %]