mirror of https://github.com/aredn/aredn.git
Merge branch 'CleanupTunnel' into develop
Merge basic fixes into mainline related to tunnels
This commit is contained in:
commit
cfceb24588
|
@ -294,6 +294,7 @@ show_debug_info();
|
|||
#################
|
||||
# close the html
|
||||
#################
|
||||
page_footer();
|
||||
print "</body></html>\n";
|
||||
exit;
|
||||
|
||||
|
@ -486,4 +487,4 @@ sub DEBUGEXIT()
|
|||
print $text;
|
||||
print "</body>";
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -275,6 +275,7 @@ show_debug_info();
|
|||
#################
|
||||
# close the html
|
||||
#################
|
||||
page_footer();
|
||||
print "</body></html>\n";
|
||||
exit;
|
||||
|
||||
|
@ -434,4 +435,4 @@ sub DEBUGEXIT()
|
|||
print $text;
|
||||
print "]</body>";
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue