[freeside-commits] freeside/FS/FS Conf.pm,1.211,1.212
Ivan,,,
ivan at wavetail.420.am
Wed Nov 7 20:21:31 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv21577/FS/FS
Modified Files:
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.211
retrieving revision 1.212
diff -u -d -r1.211 -r1.212
--- Conf.pm 8 Nov 2007 00:59:34 -0000 1.211
+++ Conf.pm 8 Nov 2007 04:21:29 -0000 1.212
@@ -2018,6 +2018,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