From ea9638e7876e5e64255e285712052ffd1c99577f Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Sun, 10 May 2015 14:38:03 -0700 Subject: [PATCH] bugfix: tunnels: Missing AREDN footer on pages. Add call to page_footer(); to pages --- files/www/cgi-bin/vpn | 3 ++- files/www/cgi-bin/vpnc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/files/www/cgi-bin/vpn b/files/www/cgi-bin/vpn index 39dc6f95..3b586406 100755 --- a/files/www/cgi-bin/vpn +++ b/files/www/cgi-bin/vpn @@ -294,6 +294,7 @@ show_debug_info(); ################# # close the html ################# +page_footer(); print "\n"; exit; @@ -486,4 +487,4 @@ sub DEBUGEXIT() print $text; print ""; exit; -} \ No newline at end of file +} diff --git a/files/www/cgi-bin/vpnc b/files/www/cgi-bin/vpnc index c4ebc07a..8232ffa0 100755 --- a/files/www/cgi-bin/vpnc +++ b/files/www/cgi-bin/vpnc @@ -275,6 +275,7 @@ show_debug_info(); ################# # close the html ################# +page_footer(); print "\n"; exit; @@ -434,4 +435,4 @@ sub DEBUGEXIT() print $text; print "]"; exit; -} \ No newline at end of file +}