Talashi Server (PHP + JSON) - No Database
========================================

1) Upload
---------
Upload the whole folder to your hosting, e.g.
public_html/talashi_api/

2) Test API
-----------
Open in browser:
- /talashi_api/api_services.php
- /talashi_api/api_settings.php

3) Admin Panel
--------------
Open:
/talashi_api/admin/login.php

Default login:
admin / admin123

4) IMPORTANT Security
---------------------
- Open config.php and change TALASHI_ADMIN_SALT
- Then update admins.json password_hash accordingly (admin_hash = sha256(SALT|password))
  Example: password_hash = sha256("YOUR_SALT|YOUR_PASSWORD")
- data/.htaccess blocks direct access to JSON files

5) Android BASE_URL
-------------------
Set BASE_URL in your Android app:
https://yourdomain.com/talashi_api/

Endpoints used by the sample app:
- api_services.php
- api_settings.php
- api_register_provider.php
- api_submit_payment.php
- api_provider_status.php
