Skip to content

Instantly share code, notes, and snippets.

@desawarna
Created September 16, 2020 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desawarna/eceb0e86302bc1c6223d5d8ff4f44cd4 to your computer and use it in GitHub Desktop.
Save desawarna/eceb0e86302bc1c6223d5d8ff4f44cd4 to your computer and use it in GitHub Desktop.
Copasan blowfish_secret config phpmyadmin
/**
* 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