mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Use new libary
This commit is contained in:
@@ -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);"));
|
||||
|
||||
|
||||
@@ -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'}) {
|
||||
|
||||
Reference in New Issue
Block a user