PHP7 Bugfix für Notebook registrierung

This commit is contained in:
Andreas Oesterreicher
2019-09-10 14:53:04 +02:00
parent a91cf041d8
commit 4126167e81
+1 -1
View File
@@ -38,7 +38,7 @@ else
function ip_increment($ip = "")
{
$ip = split("\.", $ip);
$ip = explode(".", $ip);
if($ip[3] > 0 && $ip[3] < 254)
{