mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-09 01:26:32 +02:00
rm whitespace
This commit is contained in:
@@ -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"));
|
||||||
|
Reference in New Issue
Block a user