mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-10 10:04:01 +02:00
Allow valid non-existent paths in function isPathValid()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user