mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
Merge branch 'prevent-sqlinjection' of https://gitlab.com/bluekay/shopping-list into prevent-sqlinjection
This commit is contained in:
commit
865fee3640
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