mirror of
https://github.com/webmin/webmin.git
synced 2025-07-29 11:50:54 +00:00
9 lines
85 B
Perl
Executable File
9 lines
85 B
Perl
Executable File
# Use new modules API
|
|
|
|
$main::no_acl_check = 1;
|
|
use WebminCore;
|
|
&init_config();
|
|
|
|
1;
|
|
|