Fix more use of .. in include path

This commit is contained in:
Jamie Cameron
2018-07-04 12:24:02 -07:00
parent ab5e00e41e
commit b776fad00a
20 changed files with 20 additions and 20 deletions

View File

@@ -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();