From ef47c1c0278ef29240a01d502cec8bf1d96a916e Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Tue, 5 Dec 2023 15:19:06 +0100 Subject: [PATCH] Allow valid non-existent paths in function isPathValid() --- src/main.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.php b/src/main.php index 6c9d68e..1d00b2e 100644 --- a/src/main.php +++ b/src/main.php @@ -1156,8 +1156,6 @@ f00bar; return false; elseif ($rpDir == $rpConfig) return true; - elseif (!file_exists($rpDir)) - return false; elseif (0 === strpos($rpDir, $rpConfig)) return true; else