mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
Added option for 'registered members' while in maintenance mode.
This commit is contained in:
@@ -78,9 +78,12 @@ $text = "
|
||||
</colgroup>
|
||||
<tbody>";
|
||||
|
||||
$elements = array(e_UC_PUBLIC=>LAN_DISABLED,
|
||||
e_UC_ADMIN=>UGFLAN_8,
|
||||
e_UC_MAINADMIN=>UGFLAN_9);
|
||||
$elements = array(
|
||||
e_UC_PUBLIC => LAN_DISABLED,
|
||||
e_UC_MEMBER => ADLAN_110,
|
||||
e_UC_ADMIN => UGFLAN_8,
|
||||
e_UC_MAINADMIN => UGFLAN_9
|
||||
);
|
||||
|
||||
$text .= "
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user