diff options
author | ivan <ivan> | 2002-10-09 13:59:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-09 13:59:44 +0000 |
commit | e34a817fc92eda8b6f9596b3a925c40bfb7e3887 (patch) | |
tree | 75c3b43f6314ba93ae15a07462d899c714146edd | |
parent | 229c7bbe00221452e62e81f2e34d8f126fb4b47e (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 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' ], |