mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Put websockets lib into the xterm directory
This commit is contained in:
@@ -21,7 +21,7 @@ $vers || usage();
|
||||
@files = ("config.cgi", "config-*-linux",
|
||||
"config-solaris", "images", "index.cgi", "mime.types",
|
||||
"miniserv.pl", "os_list.txt", "perlpath.pl", "setup.sh", "setup.pl", "setup.bat",
|
||||
"setup-repos.sh", "version", "web-lib.pl", "web-lib-funcs.pl", "websockets-lib-funcs.pl",
|
||||
"setup-repos.sh", "version", "web-lib.pl", "web-lib-funcs.pl",
|
||||
"config_save.cgi", "chooser.cgi", "miniserv.pem",
|
||||
"config-aix", "update-from-repo.sh", "README.md",
|
||||
"newmods.pl", "copyconfig.pl", "config-hpux", "config-freebsd",
|
||||
|
||||
@@ -4,6 +4,6 @@ BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
our %access = &get_module_acl();
|
||||
do '../websockets-lib-funcs.pl';
|
||||
do 'websockets-lib-funcs.pl';
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user