]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin-config.patch
- spaces -> tabs
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
CommitLineData
f6d2bca6
AG
1--- phpMyAdmin-2.5.5/config.inc.php~ 2003-12-29 01:02:27.000000000 +0100
2+++ phpMyAdmin-2.5.5/config.inc.php 2003-12-29 01:02:55.000000000 +0100
3@@ -79,7 +79,7 @@
4 // The controluser is also
5 // used for all relational
6 // features (pmadb)
66a831ae 7-$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
36ae6c2c 8+$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
66a831ae 9 $cfg['Servers'][$i]['user'] = 'root'; // MySQL user
10 $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
11 // with 'config' auth_type)
This page took 0.032335 seconds and 4 git commands to generate.