1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-09 09:36:29 +02:00

Merge branch 'novashdima-master'

This commit is contained in:
Marco Dickert
2023-12-05 15:19:33 +01:00

View File

@@ -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