]> git.pld-linux.org Git - packages/phpMyAdmin.git/blob - phpMyAdmin-ServerSelectDisplayName-config.patch
up to 4.4.12
[packages/phpMyAdmin.git] / phpMyAdmin-ServerSelectDisplayName-config.patch
1 *** libraries/config.default.php.orig   Tue Aug 19 00:56:44 2008
2 --- libraries/config.default.php        Tue Aug 19 00:56:08 2008
3 ***************
4 *** 80,85 ****
5 --- 80,92 ----
6   $i = 1;
7   
8   /**
9 +  * Display name
10 +  *
11 +  * @global string $cfg['Servers'][$i]['display']
12 +  */
13 + $cfg['Servers'][$i]['display'] = 'localhost';
14
15 + /**
16    * MySQL hostname or IP address
17    *
18    * @global string $cfg['Servers'][$i]['host']
This page took 0.059561 seconds and 3 git commands to generate.