We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d7ead commit d4fa0a8Copy full SHA for d4fa0a8
src/WAC.php
@@ -370,7 +370,7 @@ public function getRequestedGrants($request) {
370
// Special case: restrict access to all .acl files.
371
// Control is needed to do anything with them,
372
// having Control allows all operations.
373
- if (preg_match('/.acl$/', $path)) {
+ if (preg_match('/\.acl$/', $path)) {
374
return array(
375
array(
376
"type" => "resource",
0 commit comments