]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- updated for 2.9.0 auto/ac/phpMyAdmin-2_9_0-1
authorshadzik <shadzik@pld-linux.org>
Sun, 24 Sep 2006 22:27:56 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpMyAdmin-config.patch -> 1.7

phpMyAdmin-config.patch

index f21e488350905b83d69fa21db3bb14a39fd75c94..125274747454b69b0ebf2720411a4fc130b9aeb7 100644 (file)
@@ -1,6 +1,5 @@
-diff -ur phpMyAdmin.orig/libraries/config.default.php phpMyAdmin/libraries/config.default.php
---- phpMyAdmin.orig/libraries/config.default.php       2005-11-23 11:34:32.000000000 +0100
-+++ phpMyAdmin/libraries/config.default.php    2005-12-19 21:02:34.565280520 +0100
+--- libraries/config.default.php.orig  2006-09-12 19:14:24.000000000 +0200
++++ libraries/config.default.php       2006-09-25 00:29:36.685491664 +0200
 @@ -1,8 +1,6 @@
  <?php
  
@@ -21,4 +20,4 @@ diff -ur phpMyAdmin.orig/libraries/config.default.php phpMyAdmin/libraries/confi
 +$cfg['Servers'][$i]['user']          = 'mysql';      // MySQL user
  $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                      // with 'config' auth_type)
- $cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
+ $cfg['Servers'][$i]['nopassword']    = FALSE;       // Whether to try to connect without password
This page took 0.035822 seconds and 4 git commands to generate.