From ea9638e7876e5e64255e285712052ffd1c99577f Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Sun, 10 May 2015 14:38:03 -0700 Subject: [PATCH 1/2] 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 +} From dcb4994cda30324355b562c9ea17a43bca69aeb1 Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Sun, 10 May 2015 14:39:03 -0700 Subject: [PATCH 2/2] bugfix: tunnels: Tunnels fail to start after saving. etc/init.d/vtund needs to be +x --- files/etc/init.d/vtund | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 files/etc/init.d/vtund diff --git a/files/etc/init.d/vtund b/files/etc/init.d/vtund old mode 100644 new mode 100755