diff options
author | ivan <ivan> | 2002-10-09 13:59:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-09 13:59:46 +0000 |
commit | aafb3774603fde936cc1c184e458ee991b135deb (patch) | |
tree | 57b2cc93d1f535f5bf40ba8762e1e96f3da2d551 | |
parent | 3378080c02ad20001c78a53601a11da892fbb9af (diff) |
don't explicitly specify unclassified config section
-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 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' ], |