X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/1fa50f6a6d65135b5c3156edd1a9b271224445c9..20d2aa3421da71c96892c926d3fafe39c0b66f16:/server-bans/index.php diff --git a/server-bans/index.php b/server-bans/index.php index 759aced..cdb5bf7 100644 --- a/server-bans/index.php +++ b/server-bans/index.php @@ -48,7 +48,7 @@ if (!empty($_POST)) { $ban_host = $_POST['ban_host']; $ban_type = $_POST['ban_type']; - $ban_soft = empty($_POST['soft']) ? false : true; + $ban_soft = empty($_POST['ban_soft']) ? false : true; $ban_duration = $_POST['ban_duration'] ?? 0; $ban_reason = $_POST['ban_reason'] ?? ''; if (!str_contains($ban_host, "@")) @@ -96,7 +96,7 @@ if (!empty($_POST)) ?>

Server Bans Overview

Here are all your network bans, from K-Lines to G-Lines, it's all here.

- +Click on an entry to edit it.

> Add Ban

@@ -104,7 +104,7 @@ Add Ban