瀏覽代碼

Update install.php

FusionPBX 6 年之前
父節點
當前提交
f45e5850bf
共有 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";