Skip to content

Commit

Permalink
Update SecurityInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andifahruddinakas committed Dec 15, 2024
1 parent aed0263 commit cd3fa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Security/SecurityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function shouldRedirect(): bool;
*
* If it is acceptable for the user input to include relative paths,
* e.g. file/in/some/approved/folder.txt, you can set the second optional
* parameter, $relative_path to TRUE.
* parameter, $relativePath to TRUE.
*
* @param string $str Input file name
* @param bool $relativePath Whether to preserve paths
Expand Down

0 comments on commit cd3fa01

Please sign in to comment.