[-] BO : added a "$_POST"

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12224 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aNiassy
2012-01-06 09:34:20 +00:00
parent 5b83729d8e
commit cd360a2ffb
+1 -1
View File
@@ -30,7 +30,7 @@ include_once(dirname(__FILE__).'/../config/config.inc.php');
/* Getting cookie or logout */
require_once(dirname(__FILE__).'/init.php');
$smtpChecked = (trim($_GET['mailMethod']) == 'smtp');
$smtpChecked = (trim($_POST['mailMethod']) == 'smtp');
$smtpServer = $_POST['smtpSrv'];
$content = urldecode($_POST['testMsg']);
$subject = urldecode($_POST['testSubject']);