Use a template config file so we don't overwrite a user's config during upgrades.
authorDave Page <dpage@pgadmin.org>
Fri, 22 Aug 2008 12:34:52 +0000 (13:34 +0100)
committerDave Page <dpage@pgadmin.org>
Fri, 22 Aug 2008 12:34:52 +0000 (13:34 +0100)
README
config.php.in [moved from config.php with 100% similarity]

diff --git a/README b/README
index f13a98223f2581ac846d26fa706044ad2c7f87ef..2a305427d285e2e974b8547083a1b002990d5933 100644 (file)
--- a/README
+++ b/README
@@ -23,9 +23,10 @@ dedicated vhost, remove it from the path altogether.
 Configuration
 -------------
 
-Edit the config.php file and add the servers you wish to monitor, per the 
-examples included. You may need to add additional options to the connection 
-strings to specify non-default port numbers or other parameters.
+Copy the config.php.in file to config.php and add the servers you wish to 
+monitor, per the examples included. You may need to add additional options
+to the connection strings to specify non-default port numbers or other 
+parameters.
 
 Custom icons for your servers may be added to the images directory and used
 with your servers if desired. Icons should be 32x32 pixels or less.
similarity index 100%
rename from config.php
rename to config.php.in