Skip to content
Snippets Groups Projects
Verified Commit 6f22ac2f authored by Damien's avatar Damien
Browse files

FEAT #9514 Php alias

parent 708d52c4
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ class EmailController
}
$encryptKey = CoreConfigModel::getEncryptKey();
$options = empty($args['options']) ? '' : serialize($args['options']);
exec("/usr/bin/php src/app/email/scripts/sendEmail.php {$customId} {$id} {$args['userId']} '{$encryptKey}' '{$options}' > /dev/null &");
exec("php src/app/email/scripts/sendEmail.php {$customId} {$id} {$args['userId']} '{$encryptKey}' '{$options}' > /dev/null &");
}
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment