blob: 2255372a440e62c65031fa05dcfbfde25fa8d558 (
plain)
1
2
3
4
5
6
|
# cflip.net forums
The source code to my first PHP project, a forum system.
## Setup
- Create a `config.ini` file and put your MySQL credentials in (see `config.example.ini`)
- `setup.sql` has the SQL script to set up your database.
|