]> TLD Linux GIT Repositories - packages/phpMyAdmin.git/commitdiff
- part of config patch now
authorMarcin Krol <hawk@tld-linux.org>
Thu, 5 Jun 2014 07:08:44 +0000 (07:08 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 5 Jun 2014 07:08:44 +0000 (07:08 +0000)
phpMyAdmin-ServerSelectDisplayName-config.patch [deleted file]

diff --git a/phpMyAdmin-ServerSelectDisplayName-config.patch b/phpMyAdmin-ServerSelectDisplayName-config.patch
deleted file mode 100644 (file)
index 983954a..0000000
+++ /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']