Changeset 2046
- Timestamp:
- 11/13/07 01:59:16 (6 months ago)
- Files:
-
- alternc/trunk/etc/alternc/phpmyadmin.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/etc/alternc/phpmyadmin.inc.php
r2001 r2046 19 19 $i = 1; 20 20 21 $cfg['Servers'][$i]['host'] = $ L_MYSQL_HOST; // MySQL hostname or IP address21 $cfg['Servers'][$i]['host'] = $GLOBALS['L_MYSQL_HOST']; // MySQL hostname or IP address 22 22 $cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket') 23 23 $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)? … … 29 29 30 30 // Uncomment to override the default configuration 31 $cfg['Servers'][$i]['host'] = $ L_MYSQL_HOST; // MySQL hostname or IP address31 $cfg['Servers'][$i]['host'] = $GLOBALS['L_MYSQL_HOST']; // MySQL hostname or IP address 32 32 $cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket') 33 33 $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
