예제 #1
0
파일: Install.php 프로젝트: netis-cms/netis
 public function actionDefault()
 {
     if ($this->steps->isCacheExist(Steps::Start)) {
         $this->redirect(self::TemplateStep, ['id' => 1]);
     }
 }