mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
9 lines
No EOL
156 B
PHP
9 lines
No EOL
156 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'installed' => true,
|
|
'host' => 'localhost',
|
|
'database' => 'list',
|
|
'username' => 'list',
|
|
'passwd' => 'Erfolg100%',
|
|
);
|
|
|
|
?>
|