diff --git a/src/main.php b/src/main.php index f559c3d..0075ac4 100644 --- a/src/main.php +++ b/src/main.php @@ -221,7 +221,7 @@ f00bar; case "getFolders": return $this->getFolders($_REQUEST); } - + // checking working directory if (!isset($_REQUEST["dir"]) || !$this->isPathValid($_REQUEST["dir"])) throw new IFMException($this->l("invalid_dir"));