mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update install.php
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user