mirror of
https://github.com/webmin/webmin.git
synced 2026-03-04 18:33:19 +00:00
10 lines
129 B
Raku
Executable File
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;
|
|
|