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