Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.06 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.06 KB

Automated-day-off-system

A PHP based automated day-off system

Built With PHP Built With MySQL

This system is built usin XAMPP for hosting . Design templates used for the root_dashboard.php script are in the DESIGN_FILES can be found here https://colorlib.com/wp/template/fixed-header-table/ .

Setting Up the simulation

In order to set up the simulation system we need to config the [mail function] parameter set in the php.ini file and also the [sendmail] parameter set in the sendmail.ini file on your local machine according to your SMTP preferences (I used Gmail for excample). Finally you need to change the variable $dir in the new_req.php script and set it to the address of your localhost server.

For the simulation all the user passwords in the database is 123 encrypted with md5.