Bugfix Notebookregistration PHP7

This commit is contained in:
Andreas Oesterreicher
2019-09-10 16:05:42 +02:00
parent 4126167e81
commit fc98365e09
+1 -1
View File
@@ -128,7 +128,7 @@ function ip_increment($ip = "")
{
$VLAN = $mfiles->match[1];
$fuser = $mfiles->match[2];
$fuser = split(" ", $fuser);
$fuser = explode(" ", $fuser);
$fuser = $fuser[0];
//hier könnte man noch eine email oder dgl. schicken
if ($fuser != $txtUID)