From 0c0d9c366c9042ef3f312adec36ef3d9a7bdeb03 Mon Sep 17 00:00:00 2001 From: Tim Krehan Date: Wed, 22 May 2019 10:44:36 +0200 Subject: [PATCH] sql inject --- config/config.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index 99ca593..45ebdb2 100644 --- a/config/config.php +++ b/config/config.php @@ -1,5 +1,11 @@ false, + 'installed' => true, + 'host' => 'localhost', + 'username' => 'shoppinglist', + 'passwd' => 'Erfolg100%', + 'database' => 'shoppinglist', + 'theme' => 'default', ); + ?> \ No newline at end of file