From 4126167e818effd961497bbb0d47d36ddc2529fa Mon Sep 17 00:00:00 2001 From: Andreas Oesterreicher Date: Tue, 10 Sep 2019 14:53:04 +0200 Subject: [PATCH] =?UTF-8?q?PHP7=20Bugfix=20f=C3=BCr=20Notebook=20registrie?= =?UTF-8?q?rung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b5704b572..05faf11be 100644 --- a/cis/private/tools/notebook_registration.php +++ b/cis/private/tools/notebook_registration.php @@ -38,7 +38,7 @@ else function ip_increment($ip = "") { - $ip = split("\.", $ip); + $ip = explode(".", $ip); if($ip[3] > 0 && $ip[3] < 254) {