mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Use new module in top-level CGIs
This commit is contained in:
@@ -17,7 +17,8 @@ if (!$ENV{'GATEWAY_INTERFACE'}) {
|
||||
$command_line = 1;
|
||||
$< == 0 || die "xmlrpc.pl must be run as root";
|
||||
}
|
||||
do './web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
use POSIX;
|
||||
use Socket;
|
||||
$force_lang = $default_lang;
|
||||
|
||||
Reference in New Issue
Block a user