]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Fix spamfilter list error
authorBram Matthys <redacted>
Wed, 11 Jan 2023 06:53:56 +0000 (07:53 +0100)
committerBram Matthys <redacted>
Wed, 11 Jan 2023 06:53:56 +0000 (07:53 +0100)
tkl.php

diff --git a/tkl.php b/tkl.php
index 49b31abe1712ae2996b7d13ddb61a9303bdb46e3..d387dff65b50d754f4558d332b15516a45ff10c7 100644 (file)
--- a/tkl.php
+++ b/tkl.php
@@ -86,8 +86,6 @@ if (!empty($_POST))
 }
 
 $tkl = $rpc->serverban()->getAll();
-foreach ($rpc->exception()->getAll() as $v)
-       $tkl[] = $v;
 foreach ($rpc->nameban()->getAll() as $v)
        $tkl[] = $v;
 ?>