mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
core libraries are in the same directory https://www.virtualmin.com/node/57524
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user