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'}