mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Issue #1114, Fixes #1041 - Mail validation issues. Removed problematic remote-server email-check feature.
This commit is contained in:
@@ -1469,14 +1469,22 @@ $text .= "
|
||||
$text .= "
|
||||
</select></td>
|
||||
</tr>
|
||||
";
|
||||
|
||||
/*
|
||||
// Highly problematic.
|
||||
$text .= "
|
||||
<tr>
|
||||
<td><label for='signup-remote-emailcheck'>".PRFLAN_160."</label></td>
|
||||
<td>
|
||||
".$frm->radio_switch('signup_remote_emailcheck', $pref['signup_remote_emailcheck'])."
|
||||
</td>
|
||||
</tr>
|
||||
</tr>";
|
||||
|
||||
*/
|
||||
|
||||
|
||||
$text .= "
|
||||
|
||||
<tr>
|
||||
<td><label for='membersonly-enabled'>".PRFLAN_58."</label></td>
|
||||
|
Reference in New Issue
Block a user