Use new libary

This commit is contained in:
Jamie Cameron
2009-02-27 23:12:25 +00:00
parent 87343a5841
commit dafbfa192f
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ else {
$arr = "0";
}
&ui_print_header(undef, $text{ 'index_title' }, "", "index", 1, 1, undef,
&help_search_link("date hwclock", "man"),
&help_search_link("date hwclock ntpdate", "man"),
qq(<script src="time.js"></script>\n),
qq(onLoad="F=[$arr];timeInit(F); setTimeout('timeUpdate(F)', 5000);"));

View File

@@ -1,8 +1,8 @@
#!/usr/local/bin/perl
do "../web-lib.pl";
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
do '../ui-lib.pl';
%access = &get_module_acl();
$cron_cmd = "$module_config_directory/sync.pl";
if ($config{'zone_style'}) {