From 876d819f17faddfe43f8ec273822bca6d4accb68 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 22 Aug 2008 13:34:52 +0100 Subject: [PATCH] Use a template config file so we don't overwrite a user's config during upgrades. --- README | 7 ++++--- config.php => config.php.in | 0 2 files changed, 4 insertions(+), 3 deletions(-) rename config.php => config.php.in (100%) diff --git a/README b/README index f13a982..2a30542 100644 --- 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. diff --git a/config.php b/config.php.in similarity index 100% rename from config.php rename to config.php.in -- 2.39.5