phpBB

Code Changes

File: phpbb/passwords/driver/salted_md5.php

  Unmodified   Added   Modified   Removed
Line 75Line 75
				// happen if pre-determined settings are
// directly passed to the driver. The manager
// will not do this. Same as the old hashing

				// happen if pre-determined settings are
// directly passed to the driver. The manager
// will not do this. Same as the old hashing

				// implementatio in phpBB 3.0

				// implementation in phpBB 3.0

				return md5($password);
}
}

				return md5($password);
}
}