summaryrefslogtreecommitdiff
path: root/includes/db_inc.php
AgeCommit message (Collapse)Author
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-17Change location of config filecflip
The config has been moved inside the project dir and .gitignored. This makes the project work on Windows because Windows does not have a /var directory.
2021-04-15Add database cred .ini configh5p9sl
Database credentials should not be hardcoded into server, .ini config files are a good alternative.
2021-04-07Changes to database scriptcflip
2021-03-21big changes pt1cflip
2021-01-23Change terminology from topics to threadsCflip
2021-01-22Inital commit with existing codeCflip