aggiunte info per il file di configurazione
This commit is contained in:
parent
b1623e2f5f
commit
81b1692483
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Aggiungere un file **config/config.php** con le seguenti variabili:
|
||||||
|
```
|
||||||
|
<?php
|
||||||
|
//info mysql
|
||||||
|
$host = "";
|
||||||
|
$user = "";
|
||||||
|
$passwd = "";
|
||||||
|
$db = "";
|
||||||
|
$alias_dom = '';
|
||||||
|
?>
|
||||||
|
```
|
Loading…
Reference in a new issue