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.
2 parents d1d7ead + d4fa0a8 commit 2f48942Copy full SHA for 2f48942
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