summaryrefslogtreecommitdiff
path: root/includes/functions_user.php
AgeCommit message (Collapse)Author
2021-06-05Move object related functions into their classes.cflip
Some of the pages are still broken from this commit, but I plan to either rewrite or ignore them.
2021-05-08Default user levelcflip
2021-04-25Add some extra checks before changing a passwordcflip
2021-04-24Remove all uses of db_inc.phpcflip
This method of importing the database login every time wasn't very good. Now everything uses the new Database singleton class.