mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 12:01:05 +02:00
Added LAN_ENABLE and LAN_DISABLE to common Admin LAN
This commit is contained in:
@@ -363,7 +363,9 @@ define("LAN_HEIGHT","Height");
|
||||
|
||||
define("LAN_ON","On");
|
||||
define("LAN_OFF", "Off");
|
||||
define("LAN_DISABLE", "Disable");
|
||||
define("LAN_DISABLED","Disabled");
|
||||
define("LAN_ENABLE", "Enable");
|
||||
define("LAN_ENABLED", "Enabled");
|
||||
define("LAN_BOOL_REVERSE", "Invert");
|
||||
|
||||
|
Reference in New Issue
Block a user