From 2d10bf9cc5689976ab6bc458691abdd0525fb46f Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Thu, 31 Aug 2017 12:24:20 +0200 Subject: [PATCH] Omit the ending tag. As recommended in http://php.net/manual/en/language.basic-syntax.phptags.php --- php/settings.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/php/settings.php b/php/settings.php index 63239cd..12bb644 100644 --- a/php/settings.php +++ b/php/settings.php @@ -281,5 +281,3 @@ function ip_in_range( $ip, $range ) { $netmask_decimal = ~ $wildcard_decimal; return ( ( $ip_decimal & $netmask_decimal ) == ( $range_decimal & $netmask_decimal ) ); } - -?>