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()