fixed a typo

This commit is contained in:
michag86 2019-01-14 08:10:01 +01:00 committed by GitHub
parent c8097b17af
commit 84bf80608b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ Then restart Apache::
Verify with ``phpinfo`` that your Apache server is using PHP 7.2 and loading the
correct modules; see :ref:`label-phpinfo` to learn how to use ``phpinfo``.
If there is no requirement for your old PHP installation, you can remove it:
If there is no requirement for your old PHP installation, you can remove it::
yum remove php*
rm /etc/httpd/conf.modules.d/10-php54.off /etc/httpd/conf.d/php54.off
@ -100,7 +100,7 @@ Then restart Apache::
Verify with ``phpinfo`` that your Apache server is using PHP 7.2 and loading the
correct modules; see :ref:`label-phpinfo` to learn how to use ``phpinfo``.
If there is no requirement for your old PHP installation, you can remove it:
If there is no requirement for your old PHP installation, you can remove it::
yum remove php*
rm /etc/httpd/conf.modules.d/10-php54.off /etc/httpd/conf.d/php54.off