|
From: Joe Z. <jz...@co...> - 2004-01-18 22:03:08
|
Jochen Metzger wrote: >What I think about, is if it is possible to change the "list" item >in config. > >The advantage would be, that one could seperate option and value, >which would be better if a option should be longer. > >Only two changings would be necessary for this: > >1. definition in config.php.in >now: >$server_defs["backup_method"]["list"]["0"] = "rsync"; >then: >$server_defs["backup_method"]["list"]["rsync"] = "rsync (using >daemon)"; > > > I'm thinking of doing it like this by adding a line to config.php: $server_defs["backup_method"]["list"]["0"] = "rsync" $server_defs["backup_method"]["list_text"]["0"] = "rsync (using daemon)" I like your method better because it's shorter and simpler, but I'm thinking this would be forward compatible for installing an upgrade of bobs. |