From 65e8f0e0833dac10362775b9edf3cffae126abb8 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Tue, 12 Jun 2007 03:53:21 +0000 Subject: --- system/libraries/Input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/Input.php b/system/libraries/Input.php index 102e3b5eb..1ff72877b 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php @@ -394,7 +394,7 @@ class CI_Input { { return FALSE; } - // IP cannot start with 0 + // IP can not start with 0 if (substr($ip_segments[0], 0, 1) == '0') { return FALSE; -- cgit v1.2.3-24-g4f1b