Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
$conf['mysql'] = array(
|
|
|
4 |
'user' => 'croooow',
|
|
|
5 |
'password' => 'coolrobot',
|
|
|
6 |
'host' => 'localhost',
|
|
|
7 |
'database' => 'deep13'
|
|
|
8 |
);
|
|
|
9 |
|
|
|
10 |
$conf['emergencyemails'] = array(
|
|
|
11 |
'joel@example.org',
|
|
|
12 |
'cambot@example.org'
|
|
|
13 |
);
|
|
|
14 |
|
|
|
15 |
?>
|