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