Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 701 Bytes

SPDEventPicker


This web-app was developed by Joshua Westbrook at the University of Missouri in an attempt to streamline functions inside the Engineering fraternity Sigma Phi Delta.


It will ensure that Sigma Phi Delta can uphold it's Risk Management Policy by fairly deciding who will be responsible for fulfilling each duty required per event.


The file phplib/db_credentials.php is not included in this repository and must be added manually for obvious security reasons. It should follow the format specified below:

<?php
    $servername = "";
    $username = "";
    $password = "";
    $dbname = "";
?>