imlakshay08 / waste-management-system

This project is for EcoHacks Hackathon 2022. This Waste Management System is a web application aimed to provide a digital way of complaining the concerns of general citizens to their relative municipalities.
https://waste-managemnt-system.000webhostapp.com/
50 stars 134 forks source link

Add current date to the footer admin-login page and user-login page #4

Closed gracieuxsikuly closed 1 year ago

gracieuxsikuly commented 1 year ago

The login-user.php and adminlogin.php pages were displaying the year 2022 in the footer, while it should have shown the current year. I added some PHP code with a built-in function for the display.

imlakshay08 commented 1 year ago

This is a great PR @gracieuxsikuly . A small tip which would be helpful for you in future - try to open a new issue first and then create a pull request. Keep contributing to open source, though. Keep up the good work.