#1240 web/add/db/index.php double footer

Include of footer.html is already in render_page function.
This commit is contained in:
Made I.T 2017-09-12 14:30:01 +02:00 committed by GitHub
commit 8677627ef3

View file

@ -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');