blob: 80c9d549b7190bb7e4f030f0c88b867e6503dbaa (
plain)
1
2
3
4
5
6
7
8
9
|
# cflip.net forums
The source code to my first PHP project, a forum system.
## Requirements
This project requires PHP 7.0 or newer
## 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.
|