diff options
author | ivan <ivan> | 2003-09-05 08:17:34 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-05 08:17:34 +0000 |
commit | 0b94d5a17b0bf54f8543bdaee397f05e647dfe7c (patch) | |
tree | 6ff32df357e765cb1f5922e5ea2a016f05769887 | |
parent | 87cd3014deb10bba24a5b33177b472e3f3c964e8 (diff) |
fix reference to obsolete shellcommands-useradd conf value (refer to exports instead)
-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 eb0687eaa..b69f47aa0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -760,7 +760,7 @@ httemplate/docs/config.html { 'key' => 'username-ampersand', 'section' => 'username', - 'description' => 'Allow the ampersand character (&) in usernames. Be careful when using this option in conjunction with <a href="#shellmachine-useradd">shellmachine-useradd</a> and other configuration options which execute shell commands, as the ampersand will be interpreted by the shell if not quoted.', + 'description' => 'Allow the ampersand character (&) in usernames. Be careful when using this option in conjunction with <a href="../browse/part_export.cgi">exports</a> which execute shell commands, as the ampersand will be interpreted by the shell if not quoted.', 'type' => 'checkbox', }, |