From 9e72ade2411ced157d849a425fac533b4459910b Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 3 Mar 2009 21:30:31 +0000 Subject: [PATCH] Use new module --- frox/frox-lib.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frox/frox-lib.pl b/frox/frox-lib.pl index 9521f3112..9da47c59c 100644 --- a/frox/frox-lib.pl +++ b/frox/frox-lib.pl @@ -1,8 +1,8 @@ # Common functions for editing the Frox config file -do '../web-lib.pl'; +BEGIN { push(@INC, ".."); }; +use WebminCore; &init_config(); -do '../ui-lib.pl'; @ui_tds = ( undef, "nowrap" ); # get_config()