diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-27 08:51:27 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-27 08:51:27 +0200 |
commit | 6c7526c95b3fbd502dc8105a67fd38da793caa4e (patch) | |
tree | 5e3ec6bbccd6105cb993601f0c4356374e3cb2dd /system | |
parent | 650f2a2bc15dd575f50446dcc1315c131652ca49 (diff) |
Continuation for Security and Table code-coverage, add coverage report to travis
Diffstat (limited to 'system')
-rwxr-xr-x | system/core/Security.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index f953011eb..9b7ba5799 100755 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -191,6 +191,7 @@ class CI_Security { * Set Cross Site Request Forgery Protection Cookie * * @return object + * @codeCoverageIgnore */ public function csrf_set_cookie() { |