Changeset 12721
- Timestamp:
- 08/21/09 12:41:28 (3 years ago)
- Files:
-
- OpenPNE/branches/stable-2.14.x/lib/include/PHP/Compat/Function/hash.php (copied) (copied from OpenPNE/trunk/lib/include/PHP/Compat/Function/hash.php)
- OpenPNE/branches/stable-2.14.x/lib/include/PHP/Compat/Function/hash_algos.php (copied) (copied from OpenPNE/trunk/lib/include/PHP/Compat/Function/hash_algos.php)
- OpenPNE/branches/stable-2.14.x/lib/include/PHP/Compat/Function/hash_hmac.php (copied) (copied from OpenPNE/trunk/lib/include/PHP/Compat/Function/hash_hmac.php)
- OpenPNE/branches/stable-2.14.x/lib/include/PHP/Compat/Function/sha1.php (copied) (copied from OpenPNE/trunk/lib/include/PHP/Compat/Function/sha1.php)
- OpenPNE/branches/stable-2.14.x/lib/include/PHP/Compat/Function/sha256.php (copied) (copied from OpenPNE/trunk/lib/include/PHP/Compat/Function/sha256.php)
- OpenPNE/branches/stable-2.14.x/webapp/lib/OpenPNE/Amazon.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenPNE/branches/stable-2.14.x/webapp/lib/OpenPNE/Amazon.php
r12514 r12721 6 6 7 7 require_once 'Services/Amazon.php'; 8 require_once 'PHP/Compat/Function/ mhash.php';8 require_once 'PHP/Compat/Function/hash_hmac.php'; 9 9 10 10 /**