소스 검색

Update install.php

FusionPBX 6 년 전
부모
커밋
db4da956cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/install/install.php

+ 2 - 2
core/install/install.php

@@ -402,8 +402,8 @@
 	if ($_REQUEST["step"] == "2") {
 		$content = $view->render('database.htm');
 	}
-	//$view->assign("content", $content);
-	//echo $view->render('template.htm');
+	$view->assign("content", $content);
+	echo $view->render('template.htm');
 
 //include the footer
 	require_once "resources/footer.php";