Omit the ending tag.
As recommended in http://php.net/manual/en/language.basic-syntax.phptags.php
This commit is contained in:
parent
4b009323f3
commit
2d10bf9cc5
1 changed files with 0 additions and 2 deletions
|
@ -281,5 +281,3 @@ function ip_in_range( $ip, $range ) {
|
|||
$netmask_decimal = ~ $wildcard_decimal;
|
||||
return ( ( $ip_decimal & $netmask_decimal ) == ( $range_decimal & $netmask_decimal ) );
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue