table_coords
This commit is contained in:
@@ -51,6 +51,12 @@ $cfg['Servers'][$i]['bookmarktable'] = ''; // Bookmark table - leave bl
|
||||
$cfg['Servers'][$i]['relation'] = ''; // table to describe the relation between links (see doc)
|
||||
// - leave blank for no relation-links support
|
||||
$cfg['Servers'][$i]['table_info']
|
||||
= ''; // table to describe the
|
||||
// display fields
|
||||
// - leave blank
|
||||
// for no display fields
|
||||
// support
|
||||
$cfg['Servers'][$i]['table_coords']
|
||||
= ''; // table to describe the
|
||||
// tables position for the
|
||||
// PDF schema - leave blank
|
||||
@@ -76,8 +82,8 @@ $cfg['Servers'][$i]['verbose'] = '';
|
||||
$cfg['Servers'][$i]['bookmarkdb'] = '';
|
||||
$cfg['Servers'][$i]['bookmarktable'] = '';
|
||||
$cfg['Servers'][$i]['relation'] = '';
|
||||
$cfg['Servers'][$i]['table_info']
|
||||
= '';
|
||||
$cfg['Servers'][$i]['table_info'] = '';
|
||||
$cfg['Servers'][$i]['table_coords'] = '';
|
||||
$cfg['Servers'][$i]['AllowDeny']['order']
|
||||
= '';
|
||||
$cfg['Servers'][$i]['AllowDeny']['rules']
|
||||
@@ -98,8 +104,8 @@ $cfg['Servers'][$i]['verbose'] = '';
|
||||
$cfg['Servers'][$i]['bookmarkdb'] = '';
|
||||
$cfg['Servers'][$i]['bookmarktable'] = '';
|
||||
$cfg['Servers'][$i]['relation'] = '';
|
||||
$cfg['Servers'][$i]['table_info']
|
||||
= '';
|
||||
$cfg['Servers'][$i]['table_info'] = '';
|
||||
$cfg['Servers'][$i]['table_coords'] = '';
|
||||
$cfg['Servers'][$i]['AllowDeny']['order']
|
||||
= '';
|
||||
$cfg['Servers'][$i]['AllowDeny']['rules']
|
||||
|
Reference in New Issue
Block a user