- The PHP function for detecting broken links has been fixed after it was found to be randomly skipping certain websites.
- A PHP script has been developed to periodically check if there are any websites that have yet to be checked for broken links. This script runs on a recurring schedule, commonly known as a cron job, and ensures that all websites are checked for broken links in a timely manner. By using a cron job, it eliminates the need for manual checks and ensures that the process runs smoothly and efficiently.