AndyTaylorTweet / Pi-Star_DV_Dash

Pi-Star DV Dashboard (Based on works by Hans-J. Barthen (DL5DI) and Kim Huebel (DG9VH)).
http://www.pistar.uk/downloads/
111 stars 120 forks source link

fix for escaping SSH password during change #112

Closed comat0se closed 4 years ago

comat0se commented 4 years ago

The configure.php doesn't handle special characters when it tries to change the SSH/Linux password. I fixed the line so it could be properly escaped and work as expected.

comat0se commented 4 years ago

accidentally included tag files in the commit... so ignore those

AndyTaylorTweet commented 4 years ago

I am pretty sure I used escapeshellcmd because of some security issue with using escapeshellarg, outside of that I can swap these over simply enough...

AndyTaylorTweet commented 4 years ago

This has been fixed up now, closing the PR.