Files
webmin/tunnel/tunnel-lib.pl
Jamie Cameron 9dbd5db2c9 Fix permissions
2009-07-20 23:42:32 -07:00

10 lines
129 B
Raku
Executable File

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