mirror of
https://github.com/webmin/webmin.git
synced 2026-06-19 19:00:22 +01:00
Use new module
This commit is contained in:
@@ -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'};
|
||||
|
||||
Reference in New Issue
Block a user