Browse Source

Update install.php

FusionPBX 6 years ago
parent
commit
db4da956cc
1 changed files with 2 additions and 2 deletions
  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";