]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin-ServerSelectDisplayName-config.patch
up to 4.4.12
[packages/phpMyAdmin.git] / phpMyAdmin-ServerSelectDisplayName-config.patch
CommitLineData
aae97293 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.054995 seconds and 4 git commands to generate.