about summary refs log tree commit diff stats
path: root/central/trunk/includes/instadisc.php
Commit message (Collapse)AuthorAgeFilesLines
* Central: Fixed a few minor errorsKelly Rauchenberger2008-08-161-2/+3
| | | | Ok, this is sort of part [15], part strange unnoticed error(s). Refs #25
* Central: Fixed instaDisc_verifyUser()Kelly Rauchenberger2008-08-161-3/+6
| | | | | | | Previously, instaDisc_verifyUser() was lazy and checked a user's existance by routing the input through instaDisc_checkVerification() with the static Verification ID of 0, but it was forgotten that a static Verification ID would work once and be rejected after that. Refs #25
* Central: Add change passwordKelly Rauchenberger2008-08-151-0/+6
| | | | Refs #25 and closes #35
* Central: Organized filesKelly Rauchenberger2008-08-151-0/+400
Refs #25