Added new severs directives for the ip allow/deny feature to all the servers arrays.
This commit is contained in:
@@ -78,6 +78,10 @@ $cfg['Servers'][$i]['bookmarktable'] = '';
|
|||||||
$cfg['Servers'][$i]['relation'] = '';
|
$cfg['Servers'][$i]['relation'] = '';
|
||||||
$cfg['Servers'][$i]['pdf_table_position']
|
$cfg['Servers'][$i]['pdf_table_position']
|
||||||
= '';
|
= '';
|
||||||
|
$cfg['Servers'][$i]['AllowDeny']['order']
|
||||||
|
= '';
|
||||||
|
$cfg['Servers'][$i]['AllowDeny']['rules']
|
||||||
|
= array();
|
||||||
|
|
||||||
$i++;
|
$i++;
|
||||||
$cfg['Servers'][$i]['host'] = '';
|
$cfg['Servers'][$i]['host'] = '';
|
||||||
@@ -96,6 +100,10 @@ $cfg['Servers'][$i]['bookmarktable'] = '';
|
|||||||
$cfg['Servers'][$i]['relation'] = '';
|
$cfg['Servers'][$i]['relation'] = '';
|
||||||
$cfg['Servers'][$i]['pdf_table_position']
|
$cfg['Servers'][$i]['pdf_table_position']
|
||||||
= '';
|
= '';
|
||||||
|
$cfg['Servers'][$i]['AllowDeny']['order']
|
||||||
|
= '';
|
||||||
|
$cfg['Servers'][$i]['AllowDeny']['rules']
|
||||||
|
= array();
|
||||||
|
|
||||||
// If you have more than one server configured, you can set $cfg['ServerDefault']
|
// If you have more than one server configured, you can set $cfg['ServerDefault']
|
||||||
// to any one of them to autoconnect to that server when phpMyAdmin is started,
|
// to any one of them to autoconnect to that server when phpMyAdmin is started,
|
||||||
|
Reference in New Issue
Block a user