summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-05-11 11:19:23 +0000
committerivan <ivan>2004-05-11 11:19:23 +0000
commit68925a3b3dc3e610f9528e6ffa979c0587b9722d (patch)
tree614bf0fd9c3de7a5164922556d5368927d99941f /FS
parentaf20ff02e722e52a5f07bc9120b57337ebb5c64c (diff)
one reasonable default and one kludge, to improve webhosting UI
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm14
1 files changed, 14 insertions, 0 deletions
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;