mirror of
https://github.com/webmin/webmin.git
synced 2026-02-06 23:42:21 +00:00
10 lines
126 B
Perl
10 lines
126 B
Perl
# Common functions for theme CGIs
|
|
|
|
use strict;
|
|
use warnings;
|
|
BEGIN { push(@INC, ".."); };
|
|
use WebminCore;
|
|
&init_config();
|
|
|
|
1;
|