mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
10 lines
208 B
Perl
Executable File
10 lines
208 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# Apply the syslog-ng config
|
|
|
|
require './syslog-ng-lib.pl';
|
|
&error_setup($text{'apply_err'});
|
|
$err = &apply_configuration();
|
|
&error($err) if ($err);
|
|
&webmin_log("apply");
|
|
&redirect("");
|