Use new module

This commit is contained in:
Jamie Cameron
2009-03-01 22:55:12 +00:00
parent 866857bb7f
commit 405ea8a3fd

View File

@@ -2,9 +2,9 @@
# index.cgi
# Redirect to another URL
do '../web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
do '../ui-lib.pl';
%access = &get_module_acl();
$url = $access{'link'} || $config{'link'};
$host = $ENV{'HTTP_HOST'};