mirror of
https://github.com/webmin/webmin.git
synced 2026-02-08 08:19:57 +00:00
9 lines
97 B
Perl
9 lines
97 B
Perl
|
|
require 'apache-lib.pl';
|
|
|
|
sub module_install
|
|
{
|
|
chmod(0644, "$module_config_directory/site");
|
|
}
|
|
|