summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-01-09 22:15:36 +0000
committerivan <ivan>2004-01-09 22:15:36 +0000
commitc8d3cff6e3026ac4f5dc59930220489ebe3d542f (patch)
tree7b82ef76436ba19ce4b970177fdc731156935744 /FS
parentf3212b82d6d54500bbe31c02c8ffa456f018a067 (diff)
correct tyop
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 11243a9..467a856 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1159,7 +1159,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',