Use new module in top-level CGIs

This commit is contained in:
Jamie Cameron
2009-03-01 07:49:23 +00:00
parent 477658c28e
commit 54086d2aed

View File

@@ -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;