Changeset 3231:bf7f869cfed9 for plugins/antispam
- Timestamp:
- 03/25/16 12:43:18 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/inc/lib.dc.antispam.php
r3036 r3231 143 143 144 144 $user_id = trim(@pack('a32',substr($code,0,32))); 145 $pwd = @unpack('H 40hex',substr($code,32,40));145 $pwd = @unpack('H*hex',substr($code,32)); 146 146 147 147 if ($user_id === false || $pwd === false) {
Note: See TracChangeset
for help on using the changeset viewer.