]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin-config.patch
- updated to 3.0.1.1 [security] XSS in a Designer component
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
CommitLineData
8677f286
AG
1--- phpMyAdmin-2.11.0-all-languages.orig/libraries/config.default.php 2007-08-22 20:04:58.000000000 +0200
2+++ phpMyAdmin-2.11.0-all-languages/libraries/config.default.php 2007-08-22 20:05:57.000000000 +0200
3@@ -141,14 +141,14 @@
4 *
5 * @global string $cfg['Servers'][$i]['auth_type']
6 */
7-$cfg['Servers'][$i]['auth_type'] = 'config';
8+$cfg['Servers'][$i]['auth_type'] = 'cookie';
87698661 9
8677f286
AG
10 /**
11 * MySQL user
12 *
13 * @global string $cfg['Servers'][$i]['user']
14 */
15-$cfg['Servers'][$i]['user'] = 'root';
16+$cfg['Servers'][$i]['user'] = 'mysql';
87698661 17
18 /**
8677f286 19 * MySQL password (only needed with 'config' auth_type)
This page took 0.029768 seconds and 4 git commands to generate.