From: Marcin Krol Date: Thu, 5 Jun 2014 07:08:44 +0000 (+0000) Subject: - part of config patch now X-Git-Url: https://git.tld-linux.org/?p=packages%2FphpMyAdmin.git;a=commitdiff_plain;h=f9ba743ebdb745df86412307060b793dc1d3a2f6 - part of config patch now --- diff --git a/phpMyAdmin-ServerSelectDisplayName-config.patch b/phpMyAdmin-ServerSelectDisplayName-config.patch deleted file mode 100644 index 983954a..0000000 --- a/phpMyAdmin-ServerSelectDisplayName-config.patch +++ /dev/null @@ -1,18 +0,0 @@ -*** libraries/config.default.php.orig Tue Aug 19 00:56:44 2008 ---- libraries/config.default.php Tue Aug 19 00:56:08 2008 -*************** -*** 80,85 **** ---- 80,92 ---- - $i = 1; - - /** -+ * Display name -+ * -+ * @global string $cfg['Servers'][$i]['display'] -+ */ -+ $cfg['Servers'][$i]['display'] = 'localhost'; -+ -+ /** - * MySQL hostname or IP address - * - * @global string $cfg['Servers'][$i]['host']