Bloodhound v2

What changed in v2
- New report page now accepts evidence photo/video uploads.
- Edit report page also allows adding more evidence files later.
- Every report gets its own photos-images folder using your existing gallery engine.
- The report index shows a photo count.
- The employee-facing timeline still links to photos-images and signoff.

Install location expected
~/asset-defense.com/bloodhound/dev/v2

First page to use
/bloodhound/dev/v2/admin/new_report.php

Important deployment notes
1. This package assumes:
   - app base URL: /bloodhound/dev/v2
2. If you use another folder, update:
   - admin/config.php
     - $APP_BASE_URL
3. The web server user must be able to write to:
   - /reports
   - /data
4. The package includes your current SMTP settings because you told me to proceed with them.

Photo uploads
- Allowed: jpg, jpeg, png, gif, webp, mp4, mov, avi, m4v
- New report page uploads directly into that report's photos-images folder.
- The gallery engine from your uploaded photos-images.zip is copied into each new report automatically.

Note
- Breakage and meals still ask for amount during signoff.
- A later version can move those amounts to the admin report builder.
