JETAFRESH WEBSITE AND ADMIN

Main website:
https://your-domain.co.uk/index.php

Admin URL:
https://your-domain.co.uk/manage-jetafresh-7x3p/

Temporary admin password:
JetAFresh-Admin-2026!

IMPORTANT SECURITY STEPS
1. Change the temporary password before the site goes live.
2. Generate a new PHP password hash, then replace ADMIN_PASSWORD_HASH in:
   manage-jetafresh-7x3p/config.php
3. Keep the admin URL private, but do not rely on the URL alone for security.
4. Use HTTPS on the live website.
5. Ensure the data and uploads folders are writable by PHP. Typical permissions are 755 for folders and 644 for files, but hosting setups vary.

To create a new password hash on a computer with PHP:
php -r "echo password_hash('YOUR NEW PASSWORD', PASSWORD_DEFAULT), PHP_EOL;"

ADMIN FEATURES
- Change the website announcement banner.
- Change the first clean, fortnightly clean and food caddy prices.
- Change the title and description on each homepage slider image.
- Upload replacement JPG, PNG or WebP slider images up to 5 MB.

BOOKING FORM
- Five-step booking flow.
- Sends completed booking requests to hello@jetafresh.co.uk.
- Requires consent and Terms of Service acceptance.
- PHP mail must work on the hosting account. Authenticated SMTP is recommended for reliable delivery.
