mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +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:
@@ -9,19 +9,19 @@
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("UC_LAN_0", "Everyone (public)");
|
||||
define("UC_LAN_1", "Guests");
|
||||
define("UC_LAN_2", "No One (inactive)");
|
||||
define("UC_LAN_3", "Members");
|
||||
define("UC_LAN_4", "Read Only");
|
||||
define("UC_LAN_5", "Admin");
|
||||
define("UC_LAN_6", "Main Admin");
|
||||
define('UC_LAN_0', 'Everyone (public)');
|
||||
define('UC_LAN_1', 'Guests');
|
||||
define('UC_LAN_2', 'No One (inactive)');
|
||||
define('UC_LAN_3', 'Members');
|
||||
define('UC_LAN_4', 'Read Only');
|
||||
define('UC_LAN_5', 'Admin');
|
||||
define('UC_LAN_6', 'Main Admin');
|
||||
define('UC_LAN_7', 'Forum Moderators');
|
||||
define('UC_LAN_8','Admins and Mods');
|
||||
define('UC_LAN_9','New Users');
|
||||
define('UC_LAN_10', 'Search Bots');
|
||||
define('UC_LAN_INVERT', "Not --CLASS--");
|
||||
define('UC_LAN_INVERTLABEL', "Everyone but..");
|
||||
define('UC_LAN_INVERT', 'Not --CLASS--');
|
||||
define('UC_LAN_INVERTLABEL', 'Everyone but..');
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user