diff options
author | purwandi <free6300@gmail.com> | 2011-10-05 12:51:26 +0200 |
---|---|---|
committer | purwandi <free6300@gmail.com> | 2011-10-05 12:51:26 +0200 |
commit | 064da7b408102cf8dadc1fd2b968f9852a58d9cf (patch) | |
tree | 2d6c19cbcc2f859899a52b0c0738039bb0b5b5cf | |
parent | ec9bdecb9f8f4922a1c727ca7146a296421c327d (diff) |
Fix location file Security Class to core folder
-rwxr-xr-x | system/core/Security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index f71f7d228..65338ced3 100755 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -865,4 +865,4 @@ class CI_Security { } /* End of file Security.php */ -/* Location: ./system/libraries/Security.php */ +/* Location: ./system/core/Security.php */ |