Use new module in top-level CGIs
This commit is contained in:
+3
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user