Update install.php

This commit is contained in:
FusionPBX 2019-09-08 09:44:56 -06:00 committed by GitHub
parent 360e0c1a61
commit c1eb5e7707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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