From fc98365e09bb60fea41e190254468991e3774ba7 Mon Sep 17 00:00:00 2001 From: Andreas Oesterreicher Date: Tue, 10 Sep 2019 16:05:42 +0200 Subject: [PATCH] Bugfix Notebookregistration PHP7 --- cis/private/tools/notebook_registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/tools/notebook_registration.php b/cis/private/tools/notebook_registration.php index 05faf11be..66dbd2486 100644 --- a/cis/private/tools/notebook_registration.php +++ b/cis/private/tools/notebook_registration.php @@ -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)