Put websockets lib into the xterm directory

This commit is contained in:
Jamie Cameron
2022-11-27 09:18:31 -08:00
parent f4f6eeac6d
commit 4d67184f2c
3 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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;