From 4d67184f2c68048e48cf85f8e627deaadbf8149b Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 27 Nov 2022 09:18:31 -0800 Subject: [PATCH] Put websockets lib into the xterm directory --- makedist.pl | 2 +- websockets-lib-funcs.pl => xterm/websockets-lib-funcs.pl | 0 xterm/xterm-lib.pl | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename websockets-lib-funcs.pl => xterm/websockets-lib-funcs.pl (100%) diff --git a/makedist.pl b/makedist.pl index bde139b4e..78d04e6ee 100755 --- a/makedist.pl +++ b/makedist.pl @@ -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", diff --git a/websockets-lib-funcs.pl b/xterm/websockets-lib-funcs.pl similarity index 100% rename from websockets-lib-funcs.pl rename to xterm/websockets-lib-funcs.pl diff --git a/xterm/xterm-lib.pl b/xterm/xterm-lib.pl index c74a01ef5..37925f3c8 100644 --- a/xterm/xterm-lib.pl +++ b/xterm/xterm-lib.pl @@ -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; \ No newline at end of file