diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-07 23:04:46 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-07 23:04:46 +0200 |
commit | cef5bda9765080b818898811023d9ab427b0faf2 (patch) | |
tree | e6b713261ba5e4d5ea089f3f4c5b18f0d3d82d7f /system/core | |
parent | 728115901ff93183f8f2f695417621cfc799a865 (diff) |
Revert a change
Diffstat (limited to 'system/core')
-rwxr-xr-x | system/core/Input.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Input.php b/system/core/Input.php index 47fc0f887..3559d8607 100755 --- a/system/core/Input.php +++ b/system/core/Input.php @@ -404,7 +404,7 @@ class CI_Input { } else { - return $this->_valid_ipv4($ip) OR $this->_valid_ipv6($ip); + return FALSE; } } |