Remove leading/trailing whitespace from poster name when posting.
This commit is contained in:
parent
40f0ae8ac3
commit
889b5f2bed
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user