equal
deleted
inserted
replaced
7 |
7 |
8 //global $config; // wenn so vereinbart, dann ueberall sichtbar |
8 //global $config; // wenn so vereinbart, dann ueberall sichtbar |
9 |
9 |
10 $config = array( |
10 $config = array( |
11 // DB Verbindung |
11 // DB Verbindung |
12 "server"=>"achilleus", |
12 // "server"=>"achilleus", |
13 // "server"=>"localhost", |
13 // "server"=>"localhost", |
|
14 "server" => "db2", // ab 05.02.2016 |
14 "user"=>"www", |
15 "user"=>"www", |
15 "passwort"=>"fhiiqm", |
16 "passwort"=>"fhiiqm", |
16 "dbname"=>"fhiiqm", |
17 "dbname"=>"fhiiqm", |
17 "dbtyp"=>"mysql" |
18 "dbtyp"=>"mysql" |
18 ); |
19 ); |