mirror of
https://github.com/myronblair/parkerslingshotrentals
synced 2026-06-30 17:50:31 -05:00
0b36064cc609baf84bae66f5e7b08b6ba3da5b5b
- 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>
Description
Mirror of github.com/myronblair/parkerslingshotrentals
Languages
PHP
70.5%
HTML
29.5%