Browse Source

Update install.php

FusionPBX 6 years ago
parent
commit
b245e6e1e0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/install/install.php

+ 0 - 3
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";
-
 ?>