Merge branch 'QA_3_3'
This commit is contained in:
@@ -849,7 +849,7 @@ since this link provides funding for phpMyAdmin.
|
||||
For example, to hide all databases starting with the letter "a", use<br />
|
||||
<pre>$cfg['Servers'][$i]['hide_db'] = '^a';</pre>
|
||||
and to hide both "db1" and "db2" use <br />
|
||||
<pre>$cfg['Servers'][$i]['hide_db'] = '(db1|db2)';</pre>
|
||||
<pre>$cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$';</pre>
|
||||
More information on regular expressions can be found in the
|
||||
<a href="http://php.net/manual/en/reference.pcre.pattern.syntax.php">
|
||||
PCRE pattern syntax</a> portion of the PHP reference manual.
|
||||
|
Reference in New Issue
Block a user