mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Use new module in top-level CGIs
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user