summaryrefslogtreecommitdiffstats
path: root/pages/massemail.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo, added email cache-size to admin page.Patrick Davison2013-03-101-1/+1
|
* Moved sqli connection to sqlEmbeded.phpPatrick Davison2013-02-211-1/+1
|
* Emails!! go to /massemail as an admin.Patrick Davison2013-02-091-127/+193
|
* db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-131-2/+2
| | | | 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)
* Challenges, massEmail functions startedPatrick Davison2013-01-091-0/+209