mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Use new module in top-level CGIs
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
# user_chooser.cgi
|
||||
# This CGI generated the HTML for choosing a user or list of users.
|
||||
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
|
||||
$trust_unknown_referers = 1;
|
||||
require './web-lib.pl';
|
||||
&init_config();
|
||||
&ReadParse(undef, undef, 2);
|
||||
%access = &get_module_acl();
|
||||
|
||||
Reference in New Issue
Block a user