HOSTIVA v3 — XAMPP edition
==========================
1. Copy this "hostiva" folder into C:\xampp\htdocs\
2. Start Apache + MySQL from the XAMPP Control Panel.
3. Open  http://localhost/hostiva/install.php  in your browser.
4. Default DB host: 127.0.0.1   user: root   password: (blank)
5. After install, DELETE install.php and log in at
      http://localhost/hostiva/pages/login.html
   Default admin: admin@hostiva.local / Admin@12345

"Failed to fetch" in the browser?
---------------------------------
- You MUST use http://localhost/... NOT a file from Desktop.
- Copy folder to C:\xampp\htdocs\hostiva (Apache won't serve Desktop).
- Start Apache in XAMPP (green "Running").
- Test: http://localhost/hostiva/api/check.php  (should show JSON ok)
- Test: http://localhost/hostiva/api/index.php?r=ping
- If folder is NOT named "hostiva", edit config/config.php:
    'url' => 'http://localhost/YOUR-FOLDER'
    'base_path' => '/YOUR-FOLDER'
