A PHP based automated day-off system
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/ .
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.