File: bp-forums/admin/converters/phpBB.php |
Description |
---|---|
phpBB::__construct() |
Main Constructor |
phpBB::setup_globals() |
Sets up the field mappings |
phpBB::info() |
This method allows us to indicates what is or is not converted for each converter. |
phpBB::callback_savepass() |
This method is to save the salt and password together. That way when it is authenticate it we can get it out of the database as one value. |
phpBB::authenticate_pass() |
Check for correct password |