From f9ba743ebdb745df86412307060b793dc1d3a2f6 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Thu, 5 Jun 2014 07:08:44 +0000 Subject: [PATCH] - part of config patch now --- ...yAdmin-ServerSelectDisplayName-config.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 phpMyAdmin-ServerSelectDisplayName-config.patch 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'] -- 2.44.0