summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2011-09-12 09:03:44 +0200
committerBo-Yi Wu <appleboy.tw@gmail.com>2011-09-12 09:03:44 +0200
commit013c895e7f7e9122f8d2e8c80a3ac77f190c5171 (patch)
tree9bea0d0cec0d132ba5456f81593542b4e732ca16 /system/core/Input.php
parent4ddee144b3493eaceeed6ca9eb6138c881f43eac (diff)
Update: modified return bool value on comment
Diffstat (limited to 'system/core/Input.php')
-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 2b36ea3c7..1e37b11ea 100755
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -369,7 +369,7 @@ class CI_Input {
*
* @access public
* @param string
- * @return string
+ * @return bool
*/
public function valid_ip($ip)
{