Update registrations.php add a comment so we know why its there.
This commit is contained in:
parent
07b0c2df79
commit
241377c09c
|
|
@ -124,6 +124,7 @@ if (!class_exists('registrations')) {
|
|||
$lan_ip);
|
||||
}
|
||||
elseif(1 === preg_match('/\ACL750A/', $agent)) {
|
||||
//required for GIGASET Sculpture CL750A puts _ in it's lan ip account
|
||||
$lan_ip = preg_replace('/_/', '.', $lan_ip);
|
||||
}
|
||||
$registrations[$id]['lan-ip'] = "<a href='http://".$lan_ip."' target='_blank'>".$lan_ip."</a>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue