Files
webmin/gray-theme/gray-theme-lib.pl
2022-07-20 20:21:29 +03:00

10 lines
126 B
Perl

# Common functions for theme CGIs
use strict;
use warnings;
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
1;