diff options
author | ivan <ivan> | 2004-01-09 22:15:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-09 22:15:39 +0000 |
commit | fc5dd67d84d0d8ba64954fe256ee8c71dbf006d8 (patch) | |
tree | 01682228882bafa9212585c528af7303ef8bf839 | |
parent | 83b9139dab0a73a487c4b26ce22d4528d0062ea1 (diff) |
correct tyop
-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 33e89967b..dbdb7d760 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1166,7 +1166,7 @@ httemplate/docs/config.html }, { - 'key' => 'system_usernames' + 'key' => 'system_usernames', 'section' => 'username', 'description' => 'A list of system usernames that cannot be edited or removed, one per line. Use a bare username to prohibit modification/deletion of the username in any domain, or username@domain to prohibit modification/deletetion of a specific username and domain.', 'type' => 'textarea', |