mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix more use of .. in include path
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Search Webmin modules and help pages and text and config.info
|
||||
|
||||
$trust_unknown_referers = 1;
|
||||
BEGIN { push(@INC, ".."); };
|
||||
BEGIN { push(@INC, "."); };
|
||||
use WebminCore;
|
||||
|
||||
&init_config();
|
||||
|
||||
Reference in New Issue
Block a user