From 8cebe7a42f4994086ef3ba1dec5eeac7e421350a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 1 Jun 2019 17:55:25 -0600 Subject: [PATCH] Update install.php --- core/install/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/install/install.php b/core/install/install.php index 93cb439543..be077e0a94 100644 --- a/core/install/install.php +++ b/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";