1c1 < //MOD -- Trying to prevent backups from running when they shouldn't > if(!file_exists($xml_file)) { > $errorstr = "Could not restore course."; > return false; > } > // End MOD