Update registrations.php add a comment so we know why its there.
This commit is contained in:
@@ -123,9 +123,10 @@ if (!class_exists('registrations')) {
|
|||||||
array('0','1','2','3','4','5','6','7','8','9'),
|
array('0','1','2','3','4','5','6','7','8','9'),
|
||||||
$lan_ip);
|
$lan_ip);
|
||||||
}
|
}
|
||||||
elseif(1 === preg_match('/\ACL750A/', $agent)) {
|
elseif(1 === preg_match('/\ACL750A/', $agent)) {
|
||||||
|
//required for GIGASET Sculpture CL750A puts _ in it's lan ip account
|
||||||
$lan_ip = preg_replace('/_/', '.', $lan_ip);
|
$lan_ip = preg_replace('/_/', '.', $lan_ip);
|
||||||
}
|
}
|
||||||
$registrations[$id]['lan-ip'] = "<a href='http://".$lan_ip."' target='_blank'>".$lan_ip."</a>";
|
$registrations[$id]['lan-ip'] = "<a href='http://".$lan_ip."' target='_blank'>".$lan_ip."</a>";
|
||||||
} else {
|
} else {
|
||||||
$registrations[$id]['lan-ip'] = " ";
|
$registrations[$id]['lan-ip'] = " ";
|
||||||
|
|||||||
Reference in New Issue
Block a user