diff --git a/e107_handlers/iphandler_class.php b/e107_handlers/iphandler_class.php index 5c61d6e7e..99d2b54f3 100644 --- a/e107_handlers/iphandler_class.php +++ b/e107_handlers/iphandler_class.php @@ -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;