Created
September 16, 2020 11:27
-
-
Save desawarna/eceb0e86302bc1c6223d5d8ff4f44cd4 to your computer and use it in GitHub Desktop.
Copasan blowfish_secret config phpmyadmin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This is needed for cookie based authentication to encrypt password in | |
* cookie. Needs to be 32 chars long. | |
*/ | |
$cfg['blowfish_secret'] = 'qtdRoGmbc9{8IZr323xYcSN]0s)r$9b_JUnb{~Xz'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment