sql inject

This commit is contained in:
Tim Krehan 2019-05-22 10:44:36 +02:00
parent 531c210b75
commit 0c0d9c366c

View file

@ -1,5 +1,11 @@
<?php
$CONFIG = array (
'installed' => false,
'installed' => true,
'host' => 'localhost',
'username' => 'shoppinglist',
'passwd' => 'Erfolg100%',
'database' => 'shoppinglist',
'theme' => 'default',
);
?>