X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=54b173ab3309c7a5edd88451c576d7ead77a9bf0;hb=f4723862a096bd9eecd47727c9a99ebedc131ac9;hp=0bb59dc11f849b4b201b475323620494f53b9a3a;hpb=af5b5947a7bcb13a94a84bb2b20c80a2778e0f35;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0bb59dc11..54b173ab3 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1837,7 +1837,7 @@ worry that config_items is freeside-specific and icky. { 'key' => 'svc_acct-notes', - 'section' => 'UI', + 'section' => 'deprecated', 'description' => 'Extra HTML to be displayed on the Account View screen.', 'type' => 'textarea', }, @@ -2418,6 +2418,13 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'svc_forward-no_srcsvc', + 'section' => '', + 'description' => "Don't allow forwards from existing accounts, only arbitrary addresses. Useful when exporting to systems such as Communigate Pro which treat forwards in this fashion.", + 'type' => 'checkbox', + }, + + { 'key' => 'svc_forward-arbitrary_dst', 'section' => '', 'description' => "Allow forwards to point to arbitrary strings that don't necessarily look like email addresses. Only used when using forwards for weird, non-email things.", @@ -3539,6 +3546,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'svc_domain-edit_domain', + 'section' => '', + 'description' => 'Enable domain renaming', + 'type' => 'checkbox', + }, + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },