commit | cda768a957172d5da7aa7637337405c39e0f774d | [log] [tgz] |
---|---|---|
author | David Behler <mail@davidbehler.de> | Sun Aug 14 23:52:48 2011 +0200 |
committer | David Behler <mail@davidbehler.de> | Sun Aug 14 23:52:48 2011 +0200 |
tree | 02f91db0adda925741180c81637a94ca50e03617 | |
parent | 209b2cf0feac54b4e4fd4c3896524cfc65bf8a46 [diff] [blame] |
Added some docs to CI core files
diff --git a/system/core/Input.php b/system/core/Input.php index 64d6c36..bc202b3 100755 --- a/system/core/Input.php +++ b/system/core/Input.php
@@ -618,6 +618,8 @@ * In Apache, you can simply call apache_request_headers(), however for * people running other webservers the function is undefined. * + * @param bool XSS cleaning + * * @return array */ public function request_headers($xss_clean = FALSE)