summaryrefslogtreecommitdiff
path: root/includes/reply_inc.php
AgeCommit message (Collapse)Author
2021-04-25Reload page after submitting a reply to a threadcflip
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-01-23Resolve #2 by filtering out HTML code from repliesCflip
2021-01-23Change terminology from topics to threadsCflip
2021-01-22Fix broken pagesCflip
2021-01-22Inital commit with existing codeCflip