mirror of
https://github.com/webmin/webmin.git
synced 2026-02-28 08:22:30 +00:00
10 lines
129 B
Raku
10 lines
129 B
Raku
# tunnel-lib.pl
|
|
# Common functions for the HTTP-tunnel module
|
|
|
|
BEGIN { push(@INC, ".."); };
|
|
use WebminCore;
|
|
&init_config();
|
|
|
|
1;
|
|
|