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

@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
# Refresh the list of visible modules
BEGIN { push(@INC, ".."); };
BEGIN { push(@INC, "."); };
use WebminCore;
&init_config();