summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-07 23:04:46 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-07 23:04:46 +0200
commitcef5bda9765080b818898811023d9ab427b0faf2 (patch)
treee6b713261ba5e4d5ea089f3f4c5b18f0d3d82d7f /system
parent728115901ff93183f8f2f695417621cfc799a865 (diff)
Revert a change
Diffstat (limited to 'system')
-rwxr-xr-xsystem/core/Input.php2
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;
}
}