mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
12 lines
205 B
Perl
Executable File
12 lines
205 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# Apply the configuration
|
|
|
|
require './dovecot-lib.pl';
|
|
&error_setup($text{'apply_err'});
|
|
$err = &apply_configuration();
|
|
&error($err) if ($err);
|
|
&webmin_log("apply");
|
|
&redirect("");
|
|
|
|
|