summaryrefslogtreecommitdiffstats
path: root/register.php
AgeCommit message (Collapse)AuthorFilesLines
2007-12-16BUGFIX: time display used wrong timezones. also optimized things a bitArun Persaud1-3/+4
Got rid of a few db-queries for getting the right timezone. The timezone was also set after the timefunction was called and therefore the timezone didn't have any effect.
2007-07-28CLEANUP: moved registration to seperate php fileArun Persaud1-0/+98
started cleanup on index.php. trying to move as much out of index.php as possible to make it easier to read.