summaryrefslogtreecommitdiff
path: root/viewthread.php
AgeCommit message (Collapse)Author
2021-04-24Use Session class instead of $_SESSIONcflip
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.
2021-04-24Refactoring part 2cflip
Starting to move some functionality such as the session and database connection into singleton classes to manage them. Functions for modifying posts and threads are being put in one place as well.
2021-04-23Refactoring part 1cflip
2021-04-14Hide thread id in moderator formcflip
2021-04-12Begin post moderation, add delete featurecflip
2021-04-07Styling and formatting for postscflip
2021-04-07Style and layout changescflip
2021-04-07Update links, rename filescflip