Magellan Linux

Diff of /trunk/phpmyadmin/config.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 251 by niro, Sun Jul 8 13:52:06 2007 UTC revision 425 by niro, Tue Dec 11 08:37:36 2007 UTC
# Line 42  $cfg['Servers'][$i]['controlpass']   = ' Line 42  $cfg['Servers'][$i]['controlpass']   = '
42                                                      // The controluser is also                                                      // The controluser is also
43                                                      // used for all relational                                                      // used for all relational
44                                                      // features (pmadb)                                                      // features (pmadb)
45  $cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (valid choices: config, http, HTTP, signon or cookie)  $cfg['Servers'][$i]['auth_type']     = 'http';      // Authentication method (valid choices: config, http, HTTP, signon or cookie)
46  $cfg['Servers'][$i]['user']          = 'root';      // MySQL user  $cfg['Servers'][$i]['user']          = '';          // MySQL user
47  $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed  $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
48                                                      // with 'config' auth_type)                                                      // with 'config' auth_type)
49  $cfg['Servers'][$i]['SignonSession'] = '';          // Session to use for 'signon' auth method  $cfg['Servers'][$i]['SignonSession'] = '';          // Session to use for 'signon' auth method
# Line 93  $cfg['Servers'][$i]['AllowDeny']['order' Line 93  $cfg['Servers'][$i]['AllowDeny']['order'
93  $cfg['Servers'][$i]['AllowDeny']['rules']           // Host authentication rules, leave blank for defaults  $cfg['Servers'][$i]['AllowDeny']['rules']           // Host authentication rules, leave blank for defaults
94                                       = array();                                       = array();
95    
96    $cfg['DisplayDatabasesList']         = FALSE;       // show a drop-down menu for databases
97    
98  ?>  ?>

Legend:
Removed from v.251  
changed lines
  Added in v.425