summaryrefslogtreecommitdiffstats
path: root/pages/feedback.php
Commit message (Collapse)AuthorAgeFilesLines
* db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-131-1/+1
| | | | to the DB has been moved to includes/sqlEmbedded. This was done so we don't need to have the db info in two separate files (one of which is in the repo, derp)
* PHP's 5.4 depreciation of eregi_replace.Patrick Davison2012-12-261-0/+1
| | | | Adjustments for the new htmlFooter
* Bug fixes:Patrick Davison2012-12-121-1/+1
| | | | | | Fixed bug where scores were being loaded twice. Moved GZIP Compression to index.php Updated login.php to call an error on empty email addresses.
* Feedback page adjustments.Patrick Davison2012-08-181-4/+21
|
* Everything related to the scoreboard.Patrick Davison2012-07-311-0/+71
New feedback page. Changed the speed of the pauses on checkpoints during a path animation. Changed how notifications are recieved.