From: ivan Date: Wed, 9 Oct 2002 13:59:44 +0000 (+0000) Subject: don't explicitly specify unclassified config section X-Git-Tag: freeside_1_5_0pre1~196 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e34a817fc92eda8b6f9596b3a925c40bfb7e3887 don't explicitly specify unclassified config section --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 4dd80c121..6d21802c8 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -969,7 +969,7 @@ httemplate/docs/config.html { 'key' => 'raidus-password', - 'section' => 'unclassified', + 'section' => '', 'description' => 'RADIUS attribute for plain-text passwords.', 'type' => 'select', 'select_enum' => [ 'Password', 'User-Password' ],