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 @@
# group_chooser.cgi
# This CGI generated the HTML for choosing a group or list of groups.
BEGIN { push(@INC, ".."); };
BEGIN { push(@INC, "."); };
use WebminCore;
&init_config();