Skip to content

Commit

Permalink
Update ClusteerServer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Dec 31, 2020
1 parent a84bef7 commit 3c84e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClusteerServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function buildCommand(): string
return false;
}

$value = addslashes($value);
$value = escapeshellarg($value);

return "{$key}=\"{$value}\"";
})
Expand Down

0 comments on commit 3c84e64

Please sign in to comment.