shopping-list/config/config.php

9 lines
156 B
PHP
Raw Normal View History

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