From e076bb851fec7905c75320fbdf64e55676f81b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 12 Nov 2012 14:40:53 +0100 Subject: [PATCH] Improve markup --- doc/config.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index 30caa2e8bd..1fd3bed352 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1414,10 +1414,10 @@ Main panel :type: boolean :default: true - Defines whether to display the "PHP information" and "Change password - " links and form for creating database or not at the starting main - (right) frame. This setting does not check MySQL commands entered - directly. + Defines whether to display the :guilabel:`PHP information` and + :guilabel:`Change password` links and form for creating database or not at + the starting main (right) frame. This setting does not check MySQL commands + entered directly. Please note that to block the usage of phpinfo() in scripts, you have to put this in your :file:`php.ini`: @@ -1426,8 +1426,8 @@ Main panel disable_functions = phpinfo() - Also note that enabling the "Change password " link has no effect with - "config" authentication mode: because of the hard coded password value + Also note that enabling the :guilabel:`Change password` link has no effect + with config authentication mode: because of the hard coded password value in the configuration file, end users can't be allowed to change their passwords.