mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Add missing ACL check
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
require './apache-lib.pl';
|
||||
&ReadParse();
|
||||
($conf, $v) = &get_virtual_config($in{'virt'});
|
||||
&can_edit_virt($v) || &error($text{'virt_ecannot'});
|
||||
$desc = &text('virt_header', &virtual_name($v));
|
||||
&ui_print_header($desc, $text{'show_title'}, "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user