mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
leerzeichen automatisch entfernen bei zugangscode
This commit is contained in:
@@ -31,7 +31,7 @@ $p=new phrasen($sprache);
|
||||
|
||||
if (isset($_POST['userid']))
|
||||
{
|
||||
$login = $_REQUEST['userid'];
|
||||
$login = trim($_REQUEST['userid']);
|
||||
$person = new person();
|
||||
|
||||
session_start();
|
||||
|
||||
Reference in New Issue
Block a user