From: ivan Date: Wed, 9 Oct 2002 13:59:46 +0000 (+0000) Subject: don't explicitly specify unclassified config section X-Git-Tag: freeside_1_4_1beta4~12 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=aafb3774603fde936cc1c184e458ee991b135deb;p=freeside.git don't explicitly specify unclassified config section --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 777fe1c5f..40393fe6e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -983,7 +983,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' ],