mirror of https://github.com/aredn/aredn.git
bugfix: tunnels: Missing AREDN footer on pages.
Add call to page_footer(); to pages
This commit is contained in:
parent
994c4948d1
commit
ea9638e787
|
@ -294,6 +294,7 @@ show_debug_info();
|
|||
#################
|
||||
# close the html
|
||||
#################
|
||||
page_footer();
|
||||
print "</body></html>\n";
|
||||
exit;
|
||||
|
||||
|
|
|
@ -275,6 +275,7 @@ show_debug_info();
|
|||
#################
|
||||
# close the html
|
||||
#################
|
||||
page_footer();
|
||||
print "</body></html>\n";
|
||||
exit;
|
||||
|
||||
|
|
Loading…
Reference in New Issue