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"; - ?>