mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-22 06:29:27 +00:00
PHP7 Bugfix für Notebook registrierung
This commit is contained in:
@@ -38,7 +38,7 @@ else
|
||||
|
||||
function ip_increment($ip = "")
|
||||
{
|
||||
$ip = split("\.", $ip);
|
||||
$ip = explode(".", $ip);
|
||||
|
||||
if($ip[3] > 0 && $ip[3] < 254)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user