Remove all instances of header() #11

Open
opened 2025-02-27 13:31:40 +00:00 by boris · 0 comments
Owner

Most instances of the header() function are due to being restricted to PHP in the first half of the assignment.
logincontroller.php:37 -> Handles the persistence of query parameters through the login.
paginationcontroller.php:110 -> Handles the persistence of query parameters through pagination.

Both of these issues are fixed by other issues, namely #10 and #9.

Most instances of the header() function are due to being restricted to PHP in the first half of the assignment. logincontroller.php:37 -> Handles the persistence of query parameters through the login. paginationcontroller.php:110 -> Handles the persistence of query parameters through pagination. Both of these issues are fixed by other issues, namely #10 and #9.
boris added the
bug
invalid
labels 2025-02-27 13:31:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: boris/Ecobuddy#11
No description provided.