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

Revise call to script in admin\configure.php #116

Closed victorc-bcgov closed 4 years ago

victorc-bcgov commented 4 years ago

In Line 239, the call to "platformDetect.sh" may be unsafe as it does not specify an absolute path to the script.

<td colspan="2"><?php echo exec('platformDetect.sh');?></td>

AndyTaylorTweet commented 4 years ago

fixed...