Files
webmin/tunnel/tunnel-lib.pl
Jamie Cameron e516b75b31 Use new module
2009-03-03 21:32:01 +00:00

10 lines
129 B
Raku

# tunnel-lib.pl
# Common functions for the HTTP-tunnel module
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
1;