SAFERIDEGH API core files

Upload these PHP files into:
/home/realsezk/saferidegh.com/api/

Do NOT upload this README as code; it is only guidance.

Required existing files in /api:
- db_connect.php
- config.php
- health.php

Required folder:
/home/realsezk/saferidegh.com/uploads/rider_documents/

Important:
- Delete db_debug.php after testing.
- upload_document.php expects multipart form field name: document.
- register_partner.php should be called before upload_document.php so the partner_code exists.
- QR verification link pattern:
  https://saferidegh.com/api/verify_partner.php?code=PARTNER_CODE_HERE
