[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.15,1.180.2.16

Ivan,,, ivan at wavetail.420.am
Wed Nov 7 20:21:36 PST 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv21579/FS/FS

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Conf.pm 
Log Message:
add selfservice-session_timeout config

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.180.2.15
retrieving revision 1.180.2.16
diff -u -d -r1.180.2.15 -r1.180.2.16
--- Conf.pm	9 Oct 2007 04:59:01 -0000	1.180.2.15
+++ Conf.pm	8 Nov 2007 04:21:34 -0000	1.180.2.16
@@ -2090,6 +2090,14 @@
   },
 
   {
+    'key'         => 'selfservice-session_timeout',
+    'section'     => '',
+    'description' => 'Self-service session timeout.  Defaults to 1 hour.',
+    'type'        => 'select',
+    'select_enum' => [ '1 hour', '2 hours', '4 hours', '8 hours', '1 day', '1 week', ],
+  },
+
+  {
     'key'         => 'disable_setup_suspended_pkgs',
     'section'     => 'billing',
     'description' => 'Disables charging of setup fees for suspended packages.',



More information about the freeside-commits mailing list