BUG 10594 I added to validation in SSL and added memory limit SOLVED

I added to validation in SSL and added memory limit
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-02-04 15:49:46 -04:00
parent 3cdd6e7516
commit 43d10b6185
3 changed files with 17 additions and 2 deletions

View File

@@ -517,9 +517,11 @@ class adminProxy extends HttpProxyController
if (strtolower($_POST["UseSecureCon"]) != "no") {
$_POST["SMTPSecure"] = $_POST["UseSecureCon"];
}
/*
if ($_POST['UseSecureCon'] == 'ssl') {
$_POST['MESS_SERVER'] = 'ssl://'.$_POST['MESS_SERVER'];
}
*/
$resp = $this->sendTestMail();
if ($resp->status == '1') {
$this->success=true;