mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Ban handling improvements - most checking done before DB opened (much faster if user is banned).
Fix some bugs in ban admin pages. Separate handler for IP- and ban-related functions (moves them out of e107_class)
This commit is contained in:
@@ -88,6 +88,7 @@ define('LAN_AL_BANLIST_08','Banlist options updated');
|
||||
define('LAN_AL_BANLIST_09','Banlist entry edited');
|
||||
define('LAN_AL_BANLIST_10','Whitelist entry edited');
|
||||
define('LAN_AL_BANLIST_11','Whitelist hit for ban entry');
|
||||
define('LAN_AL_BANLIST_12','Expired bans cleared');
|
||||
|
||||
|
||||
// Comment-related events
|
||||
|
Reference in New Issue
Block a user