X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=3cddc20feb1900ee904c389ca7052acc53107901;hp=905c60d2b065b71df2cb985847d37277db5704d3;hb=a5be013b9a08af7adc28b56b45c04bb5c7592343;hpb=0d78ea5d2d300b4aea2a6b00af752cb45321b073 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 905c60d2b..3cddc20fe 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1206,6 +1206,20 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'svc_www-enable_subdomains', + 'section' => '', + 'description' => 'Enable selection of specific subdomains for virtual host creation.', + 'type' => 'checkbox', + }, + + { + 'key' => 'svc_www-usersvc_svcpart', + 'section' => '', + 'description' => 'Allowable service definition svcparts for virtual hosts, one per line.', + 'type' => 'textarea', + }, + ); 1;