Use new module

This commit is contained in:
Jamie Cameron
2009-03-01 22:55:34 +00:00
parent 405ea8a3fd
commit 9a3bf0a3bb

View File

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