core libraries are in the same directory https://www.virtualmin.com/node/57524

This commit is contained in:
Jamie Cameron
2018-07-04 11:58:35 -07:00
parent 0ae9b58669
commit ab5e00e41e
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
# client. From then on, direct TCP connections can be made to this port
# to send requests and get replies.
BEGIN { push(@INC, ".."); };
BEGIN { push(@INC, "."); };
use WebminCore;
use POSIX;
use Socket;

View File

@@ -6,7 +6,7 @@
# seconds of inactivity)
# access{'rpc'} 0=not allowed 1=allowed 2=allowed if root or admin
BEGIN { push(@INC, ".."); };
BEGIN { push(@INC, "."); };
use WebminCore;
use POSIX;