Files
webmin/gray-theme/gray-theme-lib.pl

10 lines
126 B
Perl

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