freeside/FS/FS Conf.pm,1.47.4.44,1.47.4.45
ivan
ivan at pouncequick.420.am
Tue May 11 04:19:25 PDT 2004
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv18192/FS/FS
Modified Files:
Tag: FREESIDE_1_4_BRANCH
Conf.pm
Log Message:
one reasonable default and one kludge, to improve webhosting UI
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.47.4.44
retrieving revision 1.47.4.45
diff -u -d -r1.47.4.44 -r1.47.4.45
--- Conf.pm 7 Apr 2004 11:39:55 -0000 1.47.4.44
+++ Conf.pm 11 May 2004 11:19:23 -0000 1.47.4.45
@@ -1200,6 +1200,20 @@
'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;
More information about the freeside-commits
mailing list