Update install.php

This commit is contained in:
FusionPBX 2019-06-01 17:55:25 -06:00 committed by GitHub
parent 764e246fb6
commit 8cebe7a42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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