mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 14:20:31 +01:00
Use new module
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# procmail-lib.pl
|
||||
# Functions for parsing the .procmailrc file
|
||||
|
||||
do '../web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
do '../ui-lib.pl';
|
||||
%minfo = &get_module_info($module_name);
|
||||
if ($minfo{'usermin'}) {
|
||||
&switch_to_remote_user();
|
||||
|
||||
Reference in New Issue
Block a user