view = $view; $this->header = $header; } public function run(Url $url) { if(!file_exists(APPROOT . "setup/install.php")) { $this->header->location("/"); } return $this->view->render("../setup/install.php", array()); } }