From 54086d2aed25dae9f4096b8c39afbb604355ed8a Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 1 Mar 2009 07:49:23 +0000 Subject: [PATCH] Use new module in top-level CGIs --- fastrpc.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastrpc.cgi b/fastrpc.cgi index 8ee5844f4..ab8b7c599 100755 --- a/fastrpc.cgi +++ b/fastrpc.cgi @@ -4,7 +4,8 @@ # client. From then on, direct TCP connections can be made to this port # to send requests and get replies. -do './web-lib.pl'; +BEGIN { push(@INC, ".."); }; +use WebminCore; use POSIX; use Socket; $force_lang = $default_lang;