about summary refs log tree commit diff stats
path: root/central/trunk/login.php
Commit message (Collapse)AuthorAgeFilesLines
* Central: Fixed a few minor errorsKelly Rauchenberger2008-08-161-1/+1
| | | | Ok, this is sort of part [15], part strange unnoticed error(s). Refs #25
* Central: Fixed instaDisc_verifyUser()Kelly Rauchenberger2008-08-161-20/+7
| | | | | | | 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: Replaced adds with adds_blockKelly Rauchenberger2008-08-161-3/+3
| | | | | For some reason, the adds() function was being used to add block data instead of the correct function, adds_block(). Refs #25
* Central: Organized filesKelly Rauchenberger2008-08-151-2/+2
| | | | Refs #25
* Central: Added a login pageKelly Rauchenberger2008-08-151-0/+100
Refs #25