leerzeichen automatisch entfernen bei zugangscode

This commit is contained in:
Karl Burkhart
2012-07-19 13:27:27 +00:00
parent a74f52949c
commit 0b97678bf9
+1 -1
View File
@@ -31,7 +31,7 @@ $p=new phrasen($sprache);
if (isset($_POST['userid']))
{
$login = $_REQUEST['userid'];
$login = trim($_REQUEST['userid']);
$person = new person();
session_start();