mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
More Duplicate LANS #6 LAN_NONE LAN_SUBMIT
More Duplicate LANS #6 LAN_NONE LAN_SUBMIT
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||
* Copyright (C) 2008-2017 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
@@ -2165,7 +2165,7 @@ class mailoutAdminClass extends e107MailManager
|
||||
<td>".LAN_MAILOUT_90."</td><td>
|
||||
<select class='tbox' name='smtp_options'>\n
|
||||
|
||||
<option value=''>".LAN_MAILOUT_96."</option>\n";
|
||||
<option value=''>".LAN_NONE."</option>\n";
|
||||
$selected = (in_array('secure=SSL',$smtp_opts) ? " selected='selected'" : '');
|
||||
$text .= "<option value='smtp_ssl'{$selected}>".LAN_MAILOUT_92."</option>\n";
|
||||
$selected = (in_array('secure=TLS',$smtp_opts) ? " selected='selected'" : '');
|
||||
|
Reference in New Issue
Block a user