diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-24 19:38:22 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-24 19:38:22 -0600 |
commit | aae25cd709d486f7ee9513753d40eb5cc239c42d (patch) | |
tree | 91c80fdeeab917073e92d69ddb2abdd14df8f579 | |
parent | 7c3f2e348c015ea93563d866f89ec8cea9159ea0 (diff) |
Specify PHP version in README
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +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. |