From 25f698a186277a0d4373692009dda1453522f017 Mon Sep 17 00:00:00 2001 From: Tim Krehan <39102356+tim-krehan@users.noreply.github.com> Date: Sat, 2 Dec 2023 09:53:07 +0100 Subject: [PATCH] Update config.php --- config/config.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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, +); + +?>