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