mirror of
https://github.com/webmin/webmin.git
synced 2026-05-07 15:50:27 +01: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;
|
|
|