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

rm whitespace

This commit is contained in:
Dmitriy Novash
2023-01-03 17:46:24 +02:00
parent 8d9c17001c
commit fff7a2bc6e

View File

@@ -221,7 +221,7 @@ f00bar;
case "getFolders": case "getFolders":
return $this->getFolders($_REQUEST); return $this->getFolders($_REQUEST);
} }
// checking working directory // checking working directory
if (!isset($_REQUEST["dir"]) || !$this->isPathValid($_REQUEST["dir"])) if (!isset($_REQUEST["dir"]) || !$this->isPathValid($_REQUEST["dir"]))
throw new IFMException($this->l("invalid_dir")); throw new IFMException($this->l("invalid_dir"));