function control() { $this->setPath($this->get->__0__, $this->get->low, $this->get->high) || Patchwork::redirect('pStudio'); if (!empty($this->get->{'p:'}) && is_file($this->realpath)) { Patchwork::readfile($this->realpath, $this->rawContentType, $this->realpath); } }