From d910f59abd94d9764a5029663dc4e8a6d4291f44 Mon Sep 17 00:00:00 2001 From: NotABot <135363764+BryanTheLai@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:32:18 +0800 Subject: [PATCH] changes Reservation has issues. Reservations staff-login not working, issue related to index.php. --- README.md | 12 ++ .../CustomerReservation/reservePage.php | 4 +- index.php | 29 ++++ processes/database-connection.php | 133 ++++++++++++++++++ view/components/config.php | 14 ++ 5 files changed, 190 insertions(+), 2 deletions(-) create mode 100644 processes/database-connection.php create mode 100644 view/components/config.php diff --git a/README.md b/README.md index cf873f66..a773f999 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,15 @@ | Bryan | https://github.com/BryanTheLai | | Yong | https://github.com/ahhyang | | Kevin | https://github.com/kevin07212004 | +<<<<<<< Updated upstream +======= +| Edzer | https://github.com/edsaur | + + +## If you want to put a password for the database, youll need to change the following code: +1. view/components/config.php +3. processes/config.php +4. importDB.php +5. adminSide/config.php + +>>>>>>> Stashed changes diff --git a/customerSide/CustomerReservation/reservePage.php b/customerSide/CustomerReservation/reservePage.php index 8ffc7930..f7e01cdd 100644 --- a/customerSide/CustomerReservation/reservePage.php +++ b/customerSide/CustomerReservation/reservePage.php @@ -1,5 +1,5 @@