]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- yeah, cookie is better
authordjrzulf <djrzulf@pld-linux.org>
Wed, 16 Apr 2003 22:57:52 +0000 (22:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpMyAdmin-config.patch -> 1.2

phpMyAdmin-config.patch

index edb6d0e0376af9287f794166fdac82267b58c8fa..1e34741c229cd607a3f7931dd314c0d2da84434a 100644 (file)
@@ -5,7 +5,7 @@
  $cfg['Servers'][$i]['controlpass']   = '';          // access to the "mysql/user"
                                                      // and "mysql/db" tables)
 -$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
-+$cfg['Servers'][$i]['auth_type']     = 'http';    // Authentication method (config, http or cookie based)?
++$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie based)?
  $cfg['Servers'][$i]['user']          = 'root';      // MySQL user
  $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                      // with 'config' auth_type)
This page took 0.0959950000000001 seconds and 4 git commands to generate.