Test commit

This commit is contained in:
Jamie Cameron
2021-04-11 17:11:59 -07:00
parent da136f4476
commit 98259a6128

View File

@@ -1,5 +1,5 @@
# logrotate-lib.pl
# Common functions for parsing the logrotate configuration file
# Common functions for parsing the logrotate configuration file.
BEGIN { push(@INC, ".."); };
use WebminCore;