summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorivan <ivan>2007-11-08 04:21:29 +0000
committerivan <ivan>2007-11-08 04:21:29 +0000
commite3380da234d14fc2702300a90f4a0b5ff72cba82 (patch)
tree4e2a53dba0c17d4fd88dcbab3dad853195693470 /FS/FS/Conf.pm
parent8d673fa811a4ad772ceb8f10be2e31884cac6467 (diff)
add selfservice-session_timeout config
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index ed05811..030799a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2018,6 +2018,14 @@ worry that config_items is freeside-specific and icky.
},
{
+ '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.',