From a5be013b9a08af7adc28b56b45c04bb5c7592343 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 11 May 2004 11:19:11 +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 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; -- cgit v1.2.1