mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00:00
Use new module
This commit is contained in:
@ -2,9 +2,9 @@
|
|||||||
# index.cgi
|
# index.cgi
|
||||||
# Display the SSH applet
|
# Display the SSH applet
|
||||||
|
|
||||||
require '../web-lib.pl';
|
BEGIN { push(@INC, ".."); };
|
||||||
|
use WebminCore;
|
||||||
&init_config();
|
&init_config();
|
||||||
do '../ui-lib.pl';
|
|
||||||
&ui_print_header(undef, "SSH Login", "", undef, 1, 1);
|
&ui_print_header(undef, "SSH Login", "", undef, 1, 1);
|
||||||
|
|
||||||
$addr = $config{'host'} ? $config{'host'}
|
$addr = $config{'host'} ? $config{'host'}
|
||||||
|
Reference in New Issue
Block a user