mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Use new module
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# spam-lib.pl
|
||||
# Common functions for parsing and editing the spamassassin config file
|
||||
|
||||
do '../web-lib.pl';
|
||||
&init_config();
|
||||
do '../ui-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
use Fcntl;
|
||||
&init_config();
|
||||
|
||||
$warn_procmail = $config{'warn_procmail'};
|
||||
if ($module_info{'usermin'}) {
|
||||
|
||||
Reference in New Issue
Block a user