mirror of
https://github.com/webmin/webmin.git
synced 2026-06-08 05:50:24 +01:00
6 lines
75 B
Raku
6 lines
75 B
Raku
# vnc-lib.pl
|
|
|
|
BEGIN { push(@INC, ".."); };
|
|
use WebminCore;
|
|
&init_config();
|