mirror of
https://github.com/webmin/webmin.git
synced 2026-09-22 05:20:38 +01:00
Use full path, just in case . isn't in the path https://www.virtualmin.com/node/57286
This commit is contained in:
@@ -6,7 +6,7 @@ BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
|
||||
&init_config();
|
||||
do 'webmin-search-lib.pl';
|
||||
do "$root_directory/webmin-search-lib.pl";
|
||||
&ReadParse();
|
||||
|
||||
$prod = &get_product_name();
|
||||
|
||||
Reference in New Issue
Block a user