Subversion-Projekte lars-tiefland.ci

Revision

Revision 756 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 756 Revision 840
Zeile 74... Zeile 74...
74
$query_builder = TRUE;
74
$query_builder = TRUE;
Zeile 75... Zeile 75...
75
 
75
 
76
$db['default'] = array(
76
$db['default'] = array(
77
	'dsn'	=> '',
77
	'dsn'	=> '',
78
	'hostname' => 'localhost',
78
	'hostname' => 'localhost',
79
	'username' => 'root',
79
	'username' => 'admin',
80
	'password' => 'NcC2007',
80
	'password' => 'c1VmeDBYZnJ5TVpEV1hpYnJRc2prVUdQRnFOSTlhT1Y=',
81
	'database' => $GLOBALS['INI']['dbConnect']['database'],
81
	'database' => $GLOBALS['INI']['dbConnect']['database'],
82
	'dbdriver' => 'mysqli',
82
	'dbdriver' => 'mysqli',
83
	'dbprefix' => '',
83
	'dbprefix' => '',
84
	'pconnect' => TRUE,
84
	'pconnect' => TRUE,
Zeile 96... Zeile 96...
96
);
96
);
Zeile 97... Zeile 97...
97
 
97
 
98
$db['order_db'] = array(
98
$db['order_db'] = array(
99
	'dsn'	=> '',
99
	'dsn'	=> '',
100
	'hostname' => 'localhost',
100
	'hostname' => 'localhost',
101
	'username' => 'root',
101
	'username' => 'admin',
102
	'password' => 'NcC2007',
102
	'password' => 'c1VmeDBYZnJ5TVpEV1hpYnJRc2prVUdQRnFOSTlhT1Y=',
103
	'database' => $GLOBALS['INI']['dbConnect']['order_db'],
103
	'database' => $GLOBALS['INI']['dbConnect']['order_db'],
104
	'dbdriver' => 'mysqli',
104
	'dbdriver' => 'mysqli',
105
	'dbprefix' => '',
105
	'dbprefix' => '',
106
	'pconnect' => TRUE,
106
	'pconnect' => TRUE,