1
0
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:
e107steved 2011-12-27 21:58:29 +00:00
parent efc558af51
commit f50320eba7
2 changed files with 1 additions and 7 deletions

View File

@ -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'>

View File

@ -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 &amp; Failed Login");