CMXX - mailer
This commit is contained in:
@@ -19,7 +19,7 @@ if (isset($post_content['type']) && $post_content['type'] !=''){
|
|||||||
$mail_to = isset($post_content['to']) ? $post_content['to']: email;
|
$mail_to = isset($post_content['to']) ? $post_content['to']: email;
|
||||||
|
|
||||||
//QUERY AND VERIFY ALLOWED
|
//QUERY AND VERIFY ALLOWED
|
||||||
if ($command == 'update' && isAllowed('mailer',$profile,$permission,'U') === 1){
|
if (isAllowed('mailer',$profile,$permission,'U') === 1){
|
||||||
|
|
||||||
//CHECK MAIL TYPE
|
//CHECK MAIL TYPE
|
||||||
switch ($mail_type) {
|
switch ($mail_type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user