PHP/HTML Attendance Dashboard
===========================
Upload this folder to your web host (e.g., public_html/dashboard/).

1) Update config.php with your DB credentials if needed.
2) If hosted in a subfolder, set base_path in config.php (e.g. '/dashboard').
3) Open index.php in your browser.

Notes:
- login.php expects users.password_hash (bcrypt). If your column is different, edit login.php.
- Expected tables: users, courses, course_schedules, students, attendance.
