Handle hostnames with upper-case letters
[webmin.git] / tunnel / tunnel-lib.pl
1 # tunnel-lib.pl
2 # Common functions for the HTTP-tunnel module
3
4 BEGIN { push(@INC, ".."); };
5 use WebminCore;
6 &init_config();
7
8 1;
9