diff --git a/files/etc/init.d/vtund b/files/etc/init.d/vtund old mode 100644 new mode 100755 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 +}