Use new module in top-level CGIs

This commit is contained in:
Jamie Cameron
2009-03-01 07:49:31 +00:00
parent 848497e856
commit 88171b9f1a

View File

@@ -2,9 +2,10 @@
# feedback_form.cgi
# Display a form so that the user can send in a webmin bug report
require './web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
require './ui-lib.pl';
&ReadParse();
&error_setup($text{'feedback_err'});
%access = &get_module_acl();