]> git.pld-linux.org Git - packages/phpMyAdmin.git/blob - phpMyAdmin-config.patch
- updated to 2.5.4
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
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']     = 'cookie';    // 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.055817 seconds and 3 git commands to generate.