Files
webmin/link/link-lib.pl
Ilia Rostovtsev ff2bc98975 Add empty link-lib.pl for module config not to fail
Otherwise the error is getting returned - Require link/link-lib.pl failed : Died at (eval 300) line 1.
2021-12-04 00:46:58 +03:00

6 lines
76 B
Raku
Executable File

# link-lib.pl
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();