Remove leading/trailing whitespace from poster name when posting.

This commit is contained in:
Retro_Guy 2022-12-23 06:03:46 +00:00
parent 40f0ae8ac3
commit 889b5f2bed
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ $CONFIG = include($config_file);
@$abspeichern=$_REQUEST["abspeichern"];
@$references=$_REQUEST["references"];
@$id=$_REQUEST["id"];
$name = trim($name);
if (!isset($group)) $group=$newsgroups;
include "auth.inc";