enhance format of .wgaccess files to provide security for Gallery files
This commit is contained in:
parent
1cd7d8fbc7
commit
8206aeaec5
5 changed files with 121 additions and 42 deletions
|
|
@ -1196,5 +1196,10 @@ sub www_view {
|
|||
return "chunked";
|
||||
}
|
||||
|
||||
sub setPrivileges {
|
||||
my $self = shift;
|
||||
$self->getStorageLocation->setPrivileges($self);
|
||||
}
|
||||
|
||||
|
||||
1; # Who knew the truth would be so obvious?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue