On Thu, Nov 13, 2003 at 09:51:22PM -0600, David Segonds wrote: > On Fri, Nov 14, 2003 at 10:46:35AM +1100, Matthew Palmer wrote: > > > What's to heavily modify? I presume the config file is a fairly reasonable > > format, in which case a search 'n replace for 'config_option\s=.*$' to > > 'config_option = <new value>' would appropriately modify the file to suit > > your needs. > > The default config file looks like this: > > =-=-=-= > $i=0 > conf[$i]['host'] = 'foo' /* A comment */ > conf[$i]['port'] = 'bar' /* A comment */ > > $i++ > conf[$i]['host'] = 'whatever1' > conf[$i]['port'] = 'whatever2' > =-=-=-=
This is horrific, and should be fixed for the sake of your and your users' sanity. -- - mdz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]