Files
webmin/tunnel/tunnel-lib.pl
2007-04-12 20:24:50 +00:00

10 lines
123 B
Raku

# tunnel-lib.pl
# Common functions for the HTTP-tunnel module
do '../web-lib.pl';
&init_config();
do '../ui-lib.pl';
1;