We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133cf04 commit 22d80beCopy full SHA for 22d80be
src/LaunchDarkly/Impl/Integrations/CurlEventPublisher.php
@@ -100,7 +100,7 @@ private function createCurlArgs(string $payload): string
100
private function makeCurlRequest(string $args): bool
101
{
102
$cmd = $this->_curl . " " . $args . ">> /dev/null 2>&1 &";
103
- shell_exec(escapeshellcmd($cmd));
+ shell_exec($cmd);
104
return true;
105
}
106
0 commit comments