diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-06-23 15:18:25 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-06-23 15:18:25 -0600 |
commit | 4b01ac4021c26c05141f0fbeae20a1c50adbaabf (patch) | |
tree | 090d48b791df51cb69dd06426b6f473ed834f8a5 /meta/README.md | |
parent | 9a31845c98eca3896b50bfd4425d937d5a1e9b08 (diff) |
Move some files into separate directory
Diffstat (limited to 'meta/README.md')
-rw-r--r-- | meta/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/README.md b/meta/README.md new file mode 100644 index 0000000..80c9d54 --- /dev/null +++ b/meta/README.md @@ -0,0 +1,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. |