From: Valerie Pond Date: Sat, 13 May 2023 00:54:36 +0000 (+0100) Subject: Fix broken footer on empty details search X-Git-Tag: 0.9~29 X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/commitdiff_plain/2d0fe151fc31c31363a4387aaccbfcbada5317f3 Fix broken footer on empty details search Also make the margin for Server Information 5px because it was a little close to the edge --- diff --git a/channels/details.php b/channels/details.php index 8cf6543..46d3321 100644 --- a/channels/details.php +++ b/channels/details.php @@ -219,7 +219,11 @@ if (!empty($_POST)) +{ + require_once("../inc/footer.php"); + return; +} +?>