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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user