mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Fix to use PERLLIB
as DOCUMENT_ROOT
never set at a time
This commit is contained in:
@ -13,7 +13,7 @@ Full function documentation is in web-lib-funcs.pl.
|
||||
=cut
|
||||
|
||||
package WebminCore;
|
||||
use lib ("$ENV{'DOCUMENT_ROOT'}/vendor_perl");
|
||||
use lib ("$ENV{'PERLLIB'}/vendor_perl");
|
||||
require Exporter;
|
||||
@ISA = qw(Exporter);
|
||||
|
||||
|
Reference in New Issue
Block a user