From 1a2fc6d8e87178ecbec20018cc3724290f9c8988 Mon Sep 17 00:00:00 2001 From: Kissaki Date: Thu, 3 Oct 2013 16:00:40 +0200 Subject: [PATCH] Remove trailing whitespace to make content uniform --- conf/config.inc.php-dist | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/conf/config.inc.php-dist b/conf/config.inc.php-dist index 6b36d176..4c675745 100644 --- a/conf/config.inc.php-dist +++ b/conf/config.inc.php-dist @@ -43,8 +43,8 @@ //$conf['servers'][1]['defaultdb'] = 'template1'; //$conf['servers'][1]['pg_dump_path'] = 'C:\\Program Files\\PostgreSQL\\8.0\\bin\\pg_dump.exe'; //$conf['servers'][1]['pg_dumpall_path'] = 'C:\\Program Files\\PostgreSQL\\8.0\\bin\\pg_dumpall.exe'; - - + + /* Groups definition */ /* Groups allow administrators to logicaly group servers together under * group nodes in the left browser tree @@ -54,7 +54,7 @@ //$conf['srv_groups'][0]['desc'] = 'group one'; /* Add here servers indexes belonging to the group '0' seperated by comma */ - //$conf['srv_groups'][0]['servers'] = '0,1,2'; + //$conf['srv_groups'][0]['servers'] = '0,1,2'; /* A server can belong to multi groups. Here server 1 is referenced in both * 'group one' and 'group two'*/ @@ -70,21 +70,21 @@ //$conf['srv_groups'][2]['parents'] = '0,1'; /* Warning: Only groups with no parents appears at the root of the tree. */ - + // Default language. E.g.: 'english', 'polish', etc. See lang/ directory - // for all possibilities. If you specify 'auto' (the default) it will use + // for all possibilities. If you specify 'auto' (the default) it will use // your browser preference. $conf['default_lang'] = 'auto'; - // AutoComplete uses AJAX interaction to list foreign key values - // on insert fields. It currently only works on single column + // AutoComplete uses AJAX interaction to list foreign key values + // on insert fields. It currently only works on single column // foreign keys. You can choose one of the following values: // 'default on' enables AutoComplete and turns it on by default. // 'default off' enables AutoComplete but turns it off by default. // 'disable' disables AutoComplete. $conf['autocomplete'] = 'default on'; - + // If extra login security is true, then logins via phpPgAdmin with no // password or certain usernames (pgsql, postgres, root, administrator) // will be denied. Only set this false once you have read the FAQ and @@ -102,9 +102,9 @@ // a database, but they do take up space in the interface. $conf['show_comments'] = true; - // Display "advanced" objects? Setting this to true will show - // aggregates, types, operators, operator classes, conversions, - // languages and casts in phpPgAdmin. These objects are rarely + // Display "advanced" objects? Setting this to true will show + // aggregates, types, operators, operator classes, conversions, + // languages and casts in phpPgAdmin. These objects are rarely // administered and can clutter the interface. $conf['show_advanced'] = false; @@ -116,13 +116,13 @@ // Width of the left frame in pixels (object browser) $conf['left_width'] = 200; - + // Which look & feel theme to use $conf['theme'] = 'default'; - + // Show OIDs when browsing tables? $conf['show_oids'] = false; - + // Max rows to show on a page when browsing record sets $conf['max_rows'] = 30; @@ -136,7 +136,7 @@ // '%s', if present, will be replaced with the PostgreSQL version // (e.g. 8.4 ) $conf['help_base'] = 'http://www.postgresql.org/docs/%s/interactive/'; - + // Configuration for ajax scripts // Time in seconds. If set to 0, refreshing data using ajax will be disabled (locks and activity pages) $conf['ajax_refresh'] = 3; -- 2.39.5