diff --git a/web/add/db/index.php b/web/add/db/index.php index 9ca2cc7a4..68f66b4a4 100644 --- a/web/add/db/index.php +++ b/web/add/db/index.php @@ -127,6 +127,3 @@ render_page($user, $TAB, 'add_db'); // Flush session messages unset($_SESSION['error_msg']); unset($_SESSION['ok_msg']); - -// Footer -include($_SERVER['DOCUMENT_ROOT'].'/templates/footer.html');