Changeset 6809 for trunk/src/includes/admin/converters/phpBB.php
- Timestamp:
- 04/23/2018 03:57:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/phpBB.php
r6670 r6809 716 716 /** 717 717 * This method is to save the salt and password together. That 718 * way when it isauthenticate it we can get it out of the database718 * way when we authenticate it we can get it out of the database 719 719 * as one value. 720 720 */ … … 722 722 return array( 723 723 'hash' => $field, 724 'salt' => $row[' salt']724 'salt' => $row['user_form_salt'] 725 725 ); 726 726 }
Note: See TracChangeset
for help on using the changeset viewer.