mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
10 lines
139 B
Perl
Executable File
10 lines
139 B
Perl
Executable File
# mod_authz_owner.pl
|
|
# This file only exists so that Webmin knows the module is installed
|
|
|
|
sub mod_authz_owner_directives
|
|
{
|
|
return ();
|
|
}
|
|
|
|
|