shopping-list/config/config.php

11 lines
195 B
PHP
Raw Normal View History

2019-05-19 18:37:00 +02:00
<?php
$CONFIG = array (
'installed' => true,
'host' => 'localhost',
'username' => 'shoppinglist',
'passwd' => 'Erfolg100%',
'database' => 'shoppinglist',
'theme' => 'default',
2019-05-19 18:37:00 +02:00
);
2019-05-22 10:44:36 +02:00
2019-05-19 18:37:00 +02:00
?>