myron 0b36064cc6 Fix admin navigation — eliminate page reloads and browser cache
- Add PHP no-cache headers (Cache-Control: no-store) at top of file so OLS
  cannot cache the login page and serve it to authenticated users — this was
  the root cause (OLS ignores .htaccess Header directives)
- Replace status filter anchor links (/admin/?status=X) with client-side JS
  filterBookings() — no page navigation means no cookie re-verification on
  each filter click, eliminating the persistent login redirect
- Add data-status attribute to booking rows for JS filtering
- Load all bookings at once; filter is instant and stays on same page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 18:51:00 +00:00
2026-05-22 12:52:49 +00:00
2026-05-22 12:52:49 +00:00
2026-05-22 12:52:49 +00:00
S
Description
Mirror of github.com/myronblair/parkerslingshotrentals
118 KiB
Languages
PHP 70.5%
HTML 29.5%