From b259f0fab48633e5cc1ca89b915f8c2a7d63ed7e Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 5 Jul 2017 23:23:03 -0600 Subject: [PATCH] Nothing --- lib/iputils.php | 2 +- required.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/iputils.php b/lib/iputils.php index f46c89f..2d03e9a 100644 --- a/lib/iputils.php +++ b/lib/iputils.php @@ -25,7 +25,7 @@ function ip4_in_cidr($ip, $cidr) { * @param string $ip IP to check in IPV6 format * @param string $cidr CIDR netmask * @return boolean true if the IP is in this range, false otherwise. - * @author MW. + * @author MW. */ function ip6_in_cidr($ip, $cidr) { $address = inet_pton($ip); diff --git a/required.php b/required.php index 50675bb..1bfbb12 100644 --- a/required.php +++ b/required.php @@ -156,7 +156,7 @@ function checkDBError($specials = []) { } /* - * http://stackoverflow.com/a/20075147/2534036 + * http://stackoverflow.com/a/20075147 */ if (!function_exists('base_url')) {