Improve markup

This commit is contained in:
Michal Čihař 2012-11-12 14:40:53 +01:00
parent 7a739845e9
commit e076bb851f

View File

@ -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.