浏览代码

Update install.php

FusionPBX 6 年之前
父节点
当前提交
b245e6e1e0
共有 1 个文件被更改,包括 0 次插入3 次删除
  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";
-
 ?>