diff options
author | ivan <ivan> | 2009-12-14 07:36:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-12-14 07:36:58 +0000 |
commit | cf1062718642055132865cf7b28fa5bb4e47a32a (patch) | |
tree | ff259ec66eaf323a196d96098595b33d39d475b8 | |
parent | 9147a9ed16b29b44155759f01d1717eb28ba1575 (diff) |
fix misapplication of patch
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1f708ad10..1bc5860b2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2242,6 +2242,7 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { 'key' => 'overlimit_groups', 'section' => '', 'description' => 'RADIUS group (or comma-separated groups) to assign to svc_acct which has exceeded its bandwidth or time limit.', @@ -2250,7 +2251,6 @@ worry that config_items is freeside-specific and icky. }, { - { 'key' => 'support-key', 'section' => '', 'description' => 'A support key enables access to commercial services delivered over the network, such as the payroll module, access to the internal ticket system, priority support and optional backups.', |