freeside/FS/FS Conf.pm,1.95,1.96

ivan ivan at pouncequick.420.am
Tue May 11 04:19:14 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv18146/FS/FS

Modified Files:
	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.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Conf.pm	7 Apr 2004 11:39:15 -0000	1.95
+++ Conf.pm	11 May 2004 11:19:10 -0000	1.96
@@ -1206,6 +1206,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