mirror of
https://github.com/webmin/webmin.git
synced 2026-06-25 13:30:29 +01:00
Use new module
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
# index.cgi
|
||||
# Display the telnet applet
|
||||
|
||||
require '../web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
use Socket;
|
||||
|
||||
&init_config();
|
||||
do '../ui-lib.pl';
|
||||
$theme_no_table = 1 if ($config{'sizemode'} == 1);
|
||||
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user