Trim whitespace from username to avoid bypassing rate limits.

This commit is contained in:
Retro_Guy 2023-06-25 09:15:56 -07:00
parent 2dc4245b54
commit 13c5bb1551
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ if ($type=="post") {
}
if ($type=="post") {
$name = trim($name);
if (!$CONFIG['readonly']) {
// post article to the newsserver
if($references)