getPages(); static $hasCheckPageRefresh = false; if (! $hasCheckPageRefresh) { $hasCheckPageRefresh = true; } $config = ConfigGenerator::getConfigFile($this->config); return $this->template->render('setup/config/index', [ 'formset' => $formset, 'pages' => $pages, 'eol' => $eol, 'config' => $config, 'has_check_page_refresh' => $hasCheckPageRefresh, ]); } }