2019-07-03 11:44:44 +02:00
|
|
|
<?php
|
2019-05-19 18:37:00 +02:00
|
|
|
$CONFIG = array (
|
2019-07-03 11:44:44 +02:00
|
|
|
'installed' => true,
|
|
|
|
'host' => 'localhost',
|
|
|
|
'database' => 'list',
|
|
|
|
'username' => 'list',
|
|
|
|
'passwd' => 'Erfolg100%',
|
2019-05-19 18:37:00 +02:00
|
|
|
);
|
2019-07-03 11:44:44 +02:00
|
|
|
?>
|