commit | 3921314954fb851cf2b0980cabc750e0481d0de5 | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Tue Jun 12 03:53:12 2007 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Tue Jun 12 03:53:12 2007 +0000 |
tree | 3c51633e8e63512030d546223167368706012351 | |
parent | ba648939ddc1ed86e36fa7cdf20d3d05401e4ffe [diff] [blame] |
diff --git a/system/libraries/Input.php b/system/libraries/Input.php index 7b02824..102e3b5 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php
@@ -395,7 +395,7 @@ return FALSE; } // IP cannot start with 0 - if (substr($ip_segments[0], 0, 1) == 0) + if (substr($ip_segments[0], 0, 1) == '0') { return FALSE; }