From 27f56f7fbb1a70a751c9d7cb23c0175fdaeb9737 Mon Sep 17 00:00:00 2001 From: Andi Fahruddin Akas <57283157+andifahruddinakas@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:21:30 +0800 Subject: [PATCH] Update Security.php --- system/Security/Security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Security/Security.php b/system/Security/Security.php index 4d4d856cc1d8..b6d2660295b9 100644 --- a/system/Security/Security.php +++ b/system/Security/Security.php @@ -422,7 +422,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