diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-24 18:52:24 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-24 18:52:24 +0200 |
commit | d239cb78440f34502a8d136ade915a3f881c790b (patch) | |
tree | 06546b4cc3afecbbc6df076be37ee15139baf38d /system/libraries/Sha1.php | |
parent | c19bb42eaff9e4ed9aa2cda44fe85b4cb2f9f62d (diff) | |
parent | 33c9c3f80149825e2ffb9e67675747262b563afc (diff) |
Merge pull request #491 from gerrywastaken/develop
Develop - fixing broken links
Diffstat (limited to 'system/libraries/Sha1.php')
-rw-r--r-- | system/libraries/Sha1.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php index 1a657572b..8e991f54a 100644 --- a/system/libraries/Sha1.php +++ b/system/libraries/Sha1.php @@ -40,7 +40,7 @@ * @subpackage Libraries * @category Encryption * @author ExpressionEngine Dev Team - * @link http://codeigniter.com/user_guide/general/encryption.html + * @link http://codeigniter.com/user_guide/libraries/encryption.html */ class CI_SHA1 { @@ -248,4 +248,4 @@ class CI_SHA1 { // END CI_SHA /* End of file Sha1.php */ -/* Location: ./system/libraries/Sha1.php */
\ No newline at end of file +/* Location: ./system/libraries/Sha1.php */ |