diff options
Diffstat (limited to 'srcs/phpmyadmin')
| -rw-r--r-- | srcs/phpmyadmin/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srcs/phpmyadmin/config.inc.php b/srcs/phpmyadmin/config.inc.php index 17656a5..8a0b46a 100644 --- a/srcs/phpmyadmin/config.inc.php +++ b/srcs/phpmyadmin/config.inc.php @@ -15,7 +15,7 @@ declare(strict_types=1); * This is needed for cookie based authentication to encrypt password in * cookie. Needs to be 32 chars long. */ -$cfg['blowfish_secret'] = 'bonjour'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ +$cfg['blowfish_secret'] = 'asd12342134llfi12341234231998asdfls9812349871234rjqwl'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ /** * Servers configuration |
