Update install.php

This commit is contained in:
FusionPBX
2019-09-08 09:44:56 -06:00
committed by GitHub
parent 360e0c1a61
commit c1eb5e7707

View File

@@ -405,7 +405,4 @@
$view->assign("content", $content);
echo $view->render('template.htm');
//include the footer
require_once "resources/footer.php";
?>