Instructions for upgrading SiteMonitor V_2.8 to V_2.9

1) Upload all of the sitemonitor files except for the following:
 sitemonitor_configure_0.php
 sitemonitor_log_0.txt
 sitemonitor_reference_0.php

2) Find the line in your sitemonitor_configure_0.php file (and any other instance you may use)
 that starts with

$logfile_size =

ADD BENEATH:

$logfile_delete = 30; //set of days to wait before a previous log file is deleted - leave blank to never delete

