Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > contrib-release-src > by-pkgid > 9663f50ce8537791b9479b4b4c455cb7 > files > 4

phpMyAdmin-2.8.2.2-2mdv2007.0.src.rpm

--- libraries/config.default.php	2005-12-16 15:07:10.000000000 +0100
+++ libraries/config.default.php.oden	2006-04-17 11:23:22.000000000 +0200
@@ -42,7 +42,7 @@
  * passphrase that will be used by blowfish. The maximum length seems to be 46
  * characters.
  */
-$cfg['blowfish_secret'] = '';
+$cfg['blowfish_secret'] = '_BLOWFISH_SECRET_';
 
 /**
  * Server(s) configuration
@@ -68,7 +68,7 @@
                                                     // The controluser is also
                                                     // used for all relational
                                                     // features (pmadb)
-$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
+$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie based)?
 $cfg['Servers'][$i]['user']          = 'root';      // MySQL user
 $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                     // with 'config' auth_type)