diff options
author | ivan <ivan> | 2004-05-11 11:19:11 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-05-11 11:19:11 +0000 |
commit | a5be013b9a08af7adc28b56b45c04bb5c7592343 (patch) | |
tree | bc7ea0e7e4bad35d8d700ae26cd1059f6c4dce1a /FS | |
parent | 0d78ea5d2d300b4aea2a6b00af752cb45321b073 (diff) |
one reasonable default and one kludge, to improve webhosting UI
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 14 |
1 files changed, 14 insertions, 0 deletions
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; |