From 4b01ac4021c26c05141f0fbeae20a1c50adbaabf Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 23 Jun 2021 15:18:25 -0600 Subject: Move some files into separate directory --- meta/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/README.md (limited to 'meta/README.md') 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. -- cgit v1.2.3