Vergleich install/resources/upgrade5.php - 1.4.1 - 1.4.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: upgrade5.php 4078 2008-08-07 04:00:44Z Tikitiki $

 * $Id: upgrade5.php 4289 2008-12-06 21:22:41Z Tikitiki $

 */

/**

 */

/**

Zeile 457Zeile 457
 * Database configuration
*/


 * Database configuration
*/


\$config['dbtype'] = '{$config['dbtype']}';
\$config['hostname'] = '{$config['hostname']}';
\$config['username'] = '{$config['username']}';
\$config['password'] = '{$config['password']}';
\$config['database'] = '{$config['database']}';
\$config['table_prefix'] = '{$config['table_prefix']}';

\$config['dbtype'] = '{$config['database']['type']}';
\$config['hostname'] = '{$config['database']['hostname']}';
\$config['username'] = '{$config['database']['username']}';
\$config['password'] = '{$config['database']['password']}';
\$config['database'] = '{$config['database']['database']}';
\$config['table_prefix'] = '{$config['database']['table_prefix']}';


/**
* Admin CP directory


/**
* Admin CP directory