From 020f8667fab7ae40fe709ebff06cbafff84be0f2 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 1 Mar 2009 07:48:58 +0000 Subject: [PATCH] Use new module in top-level CGIs --- chooser.cgi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chooser.cgi b/chooser.cgi index c854fd348..797221675 100755 --- a/chooser.cgi +++ b/chooser.cgi @@ -2,6 +2,9 @@ # chooser.cgi # Outputs HTML for a frame-based file chooser +BEGIN { push(@INC, ".."); }; +use WebminCore; + @icon_map = ( "c", "text.gif", "txt", "text.gif", "pl", "text.gif", @@ -14,8 +17,6 @@ ); $trust_unknown_referers = 1; -require (-r './web-lib.pl' ? './web-lib.pl' : '../web-lib.pl'); -require (-r './ui-lib.pl' ? './ui-lib.pl' : '../ui-lib.pl'); &init_config(); %access = &get_module_acl();