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.
This commit is contained in:
Ilia Rostovtsev
2021-12-04 00:46:58 +03:00
parent 52e87db941
commit ff2bc98975

5
link/link-lib.pl Executable file
View File

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