diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-10-20 16:28:44 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-10-20 16:28:44 +0200 |
commit | 57a575b5f0e3ddd6f42ed7ee225da407044e19bc (patch) | |
tree | 4d4daad48b162cd918d889f11a34582352c4a89b /phpBB | |
parent | 009d59335f3ede8827dcca6ea00e803fa25ec719 (diff) | |
parent | 51044167d1982a4ab772cf7560d6b0655da0b1ee (diff) | |
download | forums-57a575b5f0e3ddd6f42ed7ee225da407044e19bc.tar forums-57a575b5f0e3ddd6f42ed7ee225da407044e19bc.tar.gz forums-57a575b5f0e3ddd6f42ed7ee225da407044e19bc.tar.bz2 forums-57a575b5f0e3ddd6f42ed7ee225da407044e19bc.tar.xz forums-57a575b5f0e3ddd6f42ed7ee225da407044e19bc.zip |
Merge pull request #3046 from Elsensee/ticket/13187
[ticket/13187] Fix HTML validity of INSTALL.html
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/INSTALL.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 370d7f748f..4bde6c01ea 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -142,10 +142,11 @@ </ul> </li> <li><strong>PHP 5.3.3+</strong> with support for the database you intend to use.</li> - <li>The following PHP modules are required:</li> + <li>The following PHP modules are required: <ul> <li>json</li> </ul> + </li> <li>getimagesize() function must be enabled.</li> <li>Presence of the following modules within PHP will provide access to additional features, but they are not required: <ul> |