Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-04-14 18:06:58 +0400
committerMarc Delisle <marc@infomarc.info>2012-04-14 18:06:58 +0400
commitd3266a202d896a889813f0d542edf66afdb766b1 (patch)
tree4c3eabe8f48e89e2e1cc3d4c4e240c9f77921f27 /Documentation.html
parentb9911189147e2c366ef275cb5814f81ddf591666 (diff)
verbose_check is no longer needed
Diffstat (limited to 'Documentation.html')
-rw-r--r--Documentation.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation.html b/Documentation.html
index 05f1e93f9c..bdcc80fbb2 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1238,19 +1238,6 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
data (referring to tables which no longer exist).<br />
We only keep this number of newest rows in table_uiprefs and automatically delete older rows.</dd>
- <dt><span id="cfg_Servers_verbose_check">$cfg['Servers'][$i]['verbose_check']</span> boolean
- </dt>
- <dd>Because release 2.5.0 introduced the new MIME-transformation support, the
- column_info table got enhanced with three new columns. If the above variable
- is set to <code>TRUE</code> (default) phpMyAdmin will check if you have the
- latest table structure available. If not, it will emit a warning to the
- superuser.<br /><br />
-
- You can disable this checking behavior by setting the variable to false,
- which should offer a performance increase.<br /><br />
-
- Recommended to set to FALSE, when you are sure, your table structure is
- up to date.</dd>
<dt><span id="cfg_Servers_AllowRoot">$cfg['Servers'][$i]['AllowRoot']</span>
boolean</dt>
<dd>Whether to allow root access. This is just a shortcut for the AllowDeny rules below.