mirror of
https://github.com/webmin/webmin.git
synced 2025-08-17 19:06:28 +00:00
Use new module
This commit is contained in:
@ -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'}
|
||||
|
Reference in New Issue
Block a user