Skip to content

Commit 3c84e64

Browse files
authored
Update ClusteerServer.php
1 parent a84bef7 commit 3c84e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClusteerServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function buildCommand(): string
170170
return false;
171171
}
172172

173-
$value = addslashes($value);
173+
$value = escapeshellarg($value);
174174

175175
return "{$key}=\"{$value}\"";
176176
})

0 commit comments

Comments
 (0)