]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin-config.patch
- added patch0 (changes auth from config to http)
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
CommitLineData
66a831ae 1--- phpMyAdmin-2.4.0/config.inc.php~ Sun Feb 23 21:05:16 2003
2+++ phpMyAdmin-2.4.0/config.inc.php Wed Apr 16 12:07:48 2003
3@@ -70,7 +70,7 @@
4 // (this user must have read-only
5 $cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
6 // and "mysql/db" tables)
7-$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
8+$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
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.199932 seconds and 4 git commands to generate.