diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-15 00:01:37 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-15 00:01:37 +0200 |
commit | 2369e77dcd716c772576c1f982e9446785db819d (patch) | |
tree | 461394adb4fbaf8e34e1ced0c44c8b00cabba451 /system/core/Input.php | |
parent | 8ddb47df384156035de886736bb88a8848ad0149 (diff) | |
parent | cda768a957172d5da7aa7637337405c39e0f774d (diff) |
Merge pull request #51 from waldmeister/develop
Added some docs to CI core files
Diffstat (limited to 'system/core/Input.php')
-rwxr-xr-x | system/core/Input.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/core/Input.php b/system/core/Input.php index 64d6c3600..bc202b3fc 100755 --- a/system/core/Input.php +++ b/system/core/Input.php @@ -618,6 +618,8 @@ class CI_Input { * 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) |