mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
#1240 web/add/db/index.php double footer
Include of footer.html is already in render_page function.
This commit is contained in:
parent
1911cd2f0b
commit
8677627ef3
1 changed files with 0 additions and 3 deletions
|
@ -127,6 +127,3 @@ render_page($user, $TAB, 'add_db');
|
||||||
// Flush session messages
|
// Flush session messages
|
||||||
unset($_SESSION['error_msg']);
|
unset($_SESSION['error_msg']);
|
||||||
unset($_SESSION['ok_msg']);
|
unset($_SESSION['ok_msg']);
|
||||||
|
|
||||||
// Footer
|
|
||||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/footer.html');
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue