mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
sql inject
This commit is contained in:
parent
531c210b75
commit
0c0d9c366c
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'installed' => false,
|
'installed' => true,
|
||||||
|
'host' => 'localhost',
|
||||||
|
'username' => 'shoppinglist',
|
||||||
|
'passwd' => 'Erfolg100%',
|
||||||
|
'database' => 'shoppinglist',
|
||||||
|
'theme' => 'default',
|
||||||
);
|
);
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Reference in a new issue