diff --git a/README.md b/README.md index f8d7113..a7bcad2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Installing - [PHP](http://php.net) 4 or higher is installed. - [GD Image Processing Library](http://php.net/gd) is installed. - This library is installed by default on most hosts. + - If you plan on disabling image uploads to use TinyIB as a text board only, this library is not required. 2. CD to the directory you wish to install TinyIB. 3. Run the command: - `git clone git://github.com/tslocum/TinyIB.git ./` diff --git a/settings.default.php b/settings.default.php index cb99527..240f410 100644 --- a/settings.default.php +++ b/settings.default.php @@ -4,7 +4,7 @@ # https://github.com/tslocum/TinyIB # # Contact the author via tslocum@gmail.com if you need support. -# See README for instructions on configuring, moderating, and upgrading your board. +# See README for instructions on configuring, moderating and upgrading your board. # Set TINYIB_DBMODE to a MySQL-related mode if it's available. By default it's set to flatfile, which can be very slow. // Administrator/moderator credentials