1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Admin -> Banlist : Issue #16 Fix.

This commit is contained in:
Cameron
2012-12-06 14:59:24 -08:00
parent ebe66a5801
commit 1797a81592

View File

@@ -69,7 +69,7 @@ class eIPHandler
const BAN_REASON_COUNT = 7; // Update as more ban reasons added (max 10 supported)
// const BAN_TYPE_LEGACY = 0; // Shouldn't get these unless update process not run
const BAN_TYPE_LEGACY = 0; // Shouldn't get these unless update process not run
const BAN_TYPE_MANUAL = -1; /// Manually entered bans
const BAN_TYPE_FLOOD = -2; /// Flood ban
const BAN_TYPE_HITS = -3;