1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 09:27:24 +01:00

I'm going to run this on a cron job instead...people were using this to DoS

This commit is contained in:
8chan 2014-10-22 19:19:49 -07:00
parent ff225064a1
commit 0f8aef4f50

View File

@ -830,7 +830,7 @@ function checkBan($board = false) {
return;
}
Bans::purge();
//Bans::purge();
if ($config['cache']['enabled'])
cache::set('purged_bans_last', time());