diff --git a/config/config.php b/config/config.php index 0a40128..3a0b01f 100644 --- a/config/config.php +++ b/config/config.php @@ -1,9 +1,6 @@ true, - 'host' => 'localhost', - 'database' => 'list', - 'username' => 'list', - 'passwd' => 'Erfolg100%', -); - ?> \ No newline at end of file +$CONFIG = array ( + 'installed' => false, +); + +?>