shopping-list/config/config.php

9 lines
No EOL
156 B
PHP

<?php
$CONFIG = array (
'installed' => true,
'host' => 'localhost',
'database' => 'list',
'username' => 'list',
'passwd' => 'Erfolg100%',
);
?>