From 68925a3b3dc3e610f9528e6ffa979c0587b9722d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 11 May 2004 11:19:23 +0000 Subject: one reasonable default and one kludge, to improve webhosting UI --- FS/FS/Conf.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index eedac3fc2..019beddf1 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1200,6 +1200,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; -- cgit v1.2.1