From 0f8aef4f5066b24bb573b18d465e39ce8084d317 Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 22 Oct 2014 19:19:49 -0700 Subject: [PATCH] I'm going to run this on a cron job instead...people were using this to DoS --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 1e5fa833..af954a39 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -830,7 +830,7 @@ function checkBan($board = false) { return; } - Bans::purge(); + //Bans::purge(); if ($config['cache']['enabled']) cache::set('purged_bans_last', time());