Include JSON::PP in the core webmin package

This commit is contained in:
Jamie Cameron
2017-03-27 21:36:49 -07:00
parent 5708320472
commit b59f108286
2 changed files with 2798 additions and 1 deletions

2797
JSON/PP.pm Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -78,7 +78,7 @@ else {
"authentic-theme", "firewalld", "filemin", "firewall6",
);
}
@dirlist = ( "WebminUI" );
@dirlist = ( "WebminUI", "JSON" );
if (-d "/usr/local/webadmin") {
chdir("/usr/local/webadmin");