diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-05 13:01:25 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-05 13:01:25 +0200 |
commit | e8f026c6fe4cbdf9340cb2731986d097f1fde971 (patch) | |
tree | 2d6c19cbcc2f859899a52b0c0738039bb0b5b5cf | |
parent | ec9bdecb9f8f4922a1c727ca7146a296421c327d (diff) | |
parent | 064da7b408102cf8dadc1fd2b968f9852a58d9cf (diff) |
Merge pull request #531 from purwandi/develop
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 */ |