summaryrefslogtreecommitdiffstats
path: root/include/register.php
AgeCommit message (Collapse)AuthorFilesLines
2008-05-10NEW FEATURE: new settings page, user can now change timezoneArun Persaud1-7/+3
rewrote the settings page, timezone can now be changed, the user menu shows up on the left on the pref page. Added a link to the pref-page in the left menu. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-05-06CLEANUP: removed all calls to mysql functions and replaced them with calls ↵Arun Persaud1-4/+4
to DB_xxx should be very easy now to change to a different database. also made the code look nicer ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-04-26CLEANUP: moved register.php to the include directoryArun Persaud1-0/+83
new users are now also automatically logged in. Signed-off-by: Arun Persaud <arun@nubati.net>