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
|
# close the html
|
||||||
#################
|
#################
|
||||||
|
page_footer();
|
||||||
print "</body></html>\n";
|
print "</body></html>\n";
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
@ -486,4 +487,4 @@ sub DEBUGEXIT()
|
||||||
print $text;
|
print $text;
|
||||||
print "</body>";
|
print "</body>";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
|
@ -275,6 +275,7 @@ show_debug_info();
|
||||||
#################
|
#################
|
||||||
# close the html
|
# close the html
|
||||||
#################
|
#################
|
||||||
|
page_footer();
|
||||||
print "</body></html>\n";
|
print "</body></html>\n";
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
@ -434,4 +435,4 @@ sub DEBUGEXIT()
|
||||||
print $text;
|
print $text;
|
||||||
print "]</body>";
|
print "]</body>";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue