This is a simple PHP app to test some nice Git features.
- PHP 5.3.x
- MySQL (+ PHP Module)
- Create a new MySQL database and import
db.sql
. For example:mysql -u root -p eduhub < db.sql
- Configure the app by editing
config.php
. - Open the app in your browser.
- Fix SQL Injection bug
- Support multiple pages
- Reconnect to MySQL on disconnect
This app is not ment to do anything useful, it's for illustrational purposes only.