summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-06-23 15:18:25 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-06-23 15:18:25 -0600
commit4b01ac4021c26c05141f0fbeae20a1c50adbaabf (patch)
tree090d48b791df51cb69dd06426b6f473ed834f8a5 /README.md
parent9a31845c98eca3896b50bfd4425d937d5a1e9b08 (diff)
Move some files into separate directory
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 80c9d54..0000000
--- a/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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.