From e3380da234d14fc2702300a90f4a0b5ff72cba82 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 Nov 2007 04:21:29 +0000 Subject: add selfservice-session_timeout config --- FS/FS/Conf.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'FS/FS/Conf.pm') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index ed05811bb..030799acf 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2017,6 +2017,14 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + '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', -- cgit v1.2.1