Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > e87ca7749558bba97db1246d2e092997 > files > 3

phpmyadmin-4.2.13.3-1.3.mga5.src.rpm

--- config.sample.inc.php	2014-06-09 00:42:09.000000000 +0200
+++ config.sample.inc.php.oden	2014-06-12 13:57:43.000000000 +0200
@@ -14,7 +14,7 @@
  * This is needed for cookie based authentication to encrypt password in
  * cookie
  */
-$cfg['blowfish_secret'] = 'a8b7c6d'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
+$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
 
 /*
  * Servers configuration
@@ -72,8 +72,8 @@ $cfg['Servers'][$i]['AllowNoPassword'] =
 /*
  * Directories for saving/loading files from server
  */
-$cfg['UploadDir'] = '';
-$cfg['SaveDir'] = '';
+$cfg['UploadDir'] = '/var/lib/phpmyadmin/upload';
+$cfg['SaveDir'] = '/var/lib/phpmyadmin/save';
 
 /**
  * Whether to display icons or text or both icons and text in table row