Possibility to hide creating of database from main (RFE #1370100).
This commit is contained in:
@@ -1146,12 +1146,13 @@ ALTER TABLE `pma_column_comments`
|
||||
date, MySQL doesn't return such information for Berkeley DB tables.</dd>
|
||||
|
||||
<dt><span id="cfg_ShowPhpInfo">$cfg[ShowPhpInfo] </span>boolean<br />
|
||||
<span id="cfg_ShowChgPassword">$cfg[ShowChgPassword] </span>boolean
|
||||
<span id="cfg_ShowChgPassword">$cfg[ShowChgPassword] </span>boolean<br />
|
||||
<span id="cfg_ShowChgPassword">$cfg[ShowCreateDb] </span>boolean
|
||||
</dt>
|
||||
<dd>Defines whether to display the "PHP information" and
|
||||
"Change password " links or not for simple users at the
|
||||
starting main (right) frame. This setting does not check MySQL
|
||||
commands entered directly.<br /><br />
|
||||
"Change password " links and form for creating database or
|
||||
not for simple users at the starting main (right) frame. This setting
|
||||
does not check MySQL commands entered directly.<br /><br />
|
||||
|
||||
Please note that to block the usage of phpinfo() in scripts, you
|
||||
have to put this in your <i>php.ini</i>:
|
||||
|
Reference in New Issue
Block a user