
Backend/Func/CheckPostLapse - Flood Control
This function performs Flood Control checking - if Flood Control is enabled, it displays an error if the user has posted recently enough (According to the admin's Flood Control settings). It also performs flood-bans for repeated offences.
$self->CheckPostLapse();
|