Update config.php

This commit is contained in:
Tim Krehan 2023-12-02 09:53:07 +01:00 committed by GitHub
parent acf22a45a5
commit 3cc8514329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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