浏览代码

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";