- Upgraded the PHP function to retain all the most recent scan data within the table:
- Rectified a previous oversight by eliminating a redundant “return” code, which had hindered the proper functioning of the “Scan” feature.
- Improved the formatting of the URL parameter used for SQL inserts when performing “Scan All Websites” to ensure accurate data.
- Streamlined the PHP function responsible for fetching results from the VirusTotal API:
- Implemented a condition to verify the cURL response and return “false” in the event of an error.