MantisBT: master a917bd61

Author Committer Branch Timestamp Parent
dhx dhx master 2012-05-05 20:35 master caf21ad4
Affected Issues  0014087: Installation script doesn't set the crypto_master_salt causing errors
Changeset

Fix 0014087: Safely base64_encode $g_crypto_master_salt

Commit caf21ad4f13bff4190317750343ea2d445242467 tried to write a raw
binary string directly to the configuration file. The randomly generated
master salt needs to be base64 encoded prior to being written to the
configuration file.

mod - admin/install.php Diff File