Fix variable declaration
This commit is contained in:
parent
6a9e902c5f
commit
e09fccf402
@ -6,7 +6,7 @@ use WebminCore;
|
|||||||
# Output HTML for editing global security options
|
# Output HTML for editing global security options
|
||||||
sub acl_security_form
|
sub acl_security_form
|
||||||
{
|
{
|
||||||
local $o = $_[0];
|
my ($o) = @_;
|
||||||
|
|
||||||
# Root directory for file browser
|
# Root directory for file browser
|
||||||
print &ui_table_row($text{'acl_root'},
|
print &ui_table_row($text{'acl_root'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user