Browse Source

Since people have complained

This is different then the secret currently in production. Just put a
dummy one in there.
Nathaniel van Diepen 9 years ago
parent
commit
0380c8a6b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/var/www/phpmyadmin/config.inc.php

+ 1 - 1
data/var/www/phpmyadmin/config.inc.php

@@ -36,7 +36,7 @@
 
 	/* End of servers configuration */
 
-	$cfg['blowfish_secret'] = 'sEF45WT2LQEcxzUj$';
+	$cfg['blowfish_secret'] = 'sEF45WT2LQEcxzUj$'; // Changeme
 	$cfg['UploadDir'] = '';
 	$cfg['SaveDir'] = '';
 	$cfg['ShowDbStructureCreation'] = true;