mirror of
https://github.com/webmin/webmin.git
synced 2026-06-22 20:20:28 +01:00
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:
5
link/link-lib.pl
Executable file
5
link/link-lib.pl
Executable file
@@ -0,0 +1,5 @@
|
||||
# link-lib.pl
|
||||
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
Reference in New Issue
Block a user