FIXTRACK GH — FULL RECOVERY PACKAGE
===================================

This package restores the complete /fixtrack/ application structure, including:
- index.php front controller
- .htaccess routing
- bootstrap.php
- config/
- app/Core/
- dashboard
- self-contained login page
- self-contained register/setup page
- FixTrack logo

IMPORTANT DATABASE STEP
-----------------------
The included config/database.php contains placeholder credentials.
After extracting, edit:

    fixtrack/config/database.php

and enter the SAME cPanel MySQL database name, username and password you used previously.

If your FixTrack database already exists and schema.sql was already imported, DO NOT import it again.
Your existing users/data remain in MySQL; restoring these PHP files does not delete the database.

ROUTES
------
Login:    https://documinegh.com/fixtrack/login
Register: https://documinegh.com/fixtrack/register
Setup alias (also supported): https://documinegh.com/fixtrack/setup
Dashboard: https://documinegh.com/fixtrack/dashboard

EXTRACTION
----------
Upload this ZIP into the documinegh.com document root and extract it there.
Allow files inside the existing fixtrack/ directory to overwrite.

After extraction, the fixtrack/ folder MUST contain at least:

    .htaccess
    index.php
    bootstrap.php
    app/
    assets/
    config/
    database/
    storage/

If the browser still shows the hosting company's generic 404 page, confirm that .htaccess is visible
in cPanel (enable “Show Hidden Files”) and that mod_rewrite/.htaccess overrides are enabled by the host.
