[-] 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:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user