From c1eb5e77071d6e2f5260015a7b00bb8d3c87a02e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 8 Sep 2019 09:44:56 -0600 Subject: [PATCH] Update install.php --- core/install/install.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/install/install.php b/core/install/install.php index 6a18f02350..10a778cacf 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -405,7 +405,4 @@ $view->assign("content", $content); echo $view->render('template.htm'); -//include the footer - require_once "resources/footer.php"; - ?>