mirror of
https://github.com/e107inc/e107.git
synced 2025-05-04 19:27:54 +02:00
Remove prefs option for XUP (not supported elsewhere)
This commit is contained in:
parent
efc558af51
commit
f50320eba7
@ -531,12 +531,6 @@ $text .= "
|
||||
$text .= "
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='label'>".PRFLAN_141."</td>
|
||||
<td class='control'>
|
||||
".$frm->radio_switch('xup_enabled', $pref['xup_enabled'])."
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='label'>".PRFLAN_160."</td>
|
||||
<td class='control'>
|
||||
|
@ -144,7 +144,7 @@ define("PRFLAN_137", "Display Memory Usage");
|
||||
define("PRFLAN_138", "Enable Image-code verification during forgotten password.");
|
||||
define("PRFLAN_139", "Display warning when main administrator password hasn't changed for at least 30 days");
|
||||
define("PRFLAN_140", "Text to display after signup form has been submitted.");
|
||||
define("PRFLAN_141", "Allow registration using XML User Profiles");
|
||||
//define("PRFLAN_141", "Allow registration using XML User Profiles");
|
||||
define("PRFLAN_142", "Flood Only");
|
||||
define("PRFLAN_143", "Failed Login Only");
|
||||
define("PRFLAN_144", "Flood & Failed Login");
|
||||
|
Loading…
x
Reference in New Issue
Block a user