* finish task #1967.
This commit is contained in:
@@ -243,6 +243,9 @@ class mailModel extends model
|
||||
{
|
||||
if(!$this->config->mail->turnon) return;
|
||||
|
||||
/* Task #1967. check the function of fsocket. */
|
||||
if(function_exists('fsockopen')) die(js::alert($this->lang->mail->nofsocket));
|
||||
|
||||
ob_start();
|
||||
$toList = $toList ? explode(',', str_replace(' ', '', $toList)) : array();
|
||||
$ccList = $ccList ? explode(',', str_replace(' ', '', $ccList)) : array();
|
||||
|
||||
Reference in New Issue
Block a user