From c8d3cff6e3026ac4f5dc59930220489ebe3d542f Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Jan 2004 22:15:36 +0000 Subject: [PATCH] correct tyop --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 11243a91b..467a856c1 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', -- 2.11.0