From 9a3bf0a3bbef908a2ff2b151527f85bcb33ba4cc Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 1 Mar 2009 22:55:34 +0000 Subject: [PATCH] Use new module --- ssh/index.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh/index.cgi b/ssh/index.cgi index c42b8ec6b..5c62e6ba0 100755 --- a/ssh/index.cgi +++ b/ssh/index.cgi @@ -2,9 +2,9 @@ # index.cgi # Display the SSH applet -require '../web-lib.pl'; +BEGIN { push(@INC, ".."); }; +use WebminCore; &init_config(); -do '../ui-lib.pl'; &ui_print_header(undef, "SSH Login", "", undef, 1, 1); $addr = $config{'host'} ? $config{'host'}