Use new module

This commit is contained in:
Jamie Cameron
2009-03-01 22:56:15 +00:00
parent 2ac57ceecd
commit ea833ea08a

View File

@@ -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);