Update config.php

This commit is contained in:
Tim Krehan 2023-12-02 09:53:07 +01:00
parent 25f72b85f4
commit 25f698a186

View file

@ -1,9 +1,6 @@
<?php
$CONFIG = array (
'installed' => true,
'host' => 'localhost',
'database' => 'list',
'username' => 'list',
'passwd' => 'Erfolg100%',
'installed' => false,
);
?>