From 7344faf65d1f6f8395417fc4fcb37fd9a7dacfa4 Mon Sep 17 00:00:00 2001 From: fallenPineapple Date: Sat, 29 Apr 2017 11:16:38 -0400 Subject: [PATCH] Removed old code causing issues. --- inc/filters.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/filters.php b/inc/filters.php index 8afd0b0f..7d7a4aea 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -153,8 +153,6 @@ class Filter { $this->expires = isset($this->expires) ? $this->expires : false; $this->reject = isset($this->reject) ? $this->reject : true; $this->all_boards = isset($this->all_boards) ? $this->all_boards : false; - - Bans::new_ban($_SERVER['REMOTE_ADDR'], $this->reason, $this->expires, $this->all_boards ? false : $board['uri'], -1); // Get user cookie $cookie = get_uuser_cookie();