Closed victorc-bcgov closed 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>
fixed...
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>