aggiunte info per il file di configurazione

This commit is contained in:
gine 2015-12-19 19:28:08 +01:00
parent b1623e2f5f
commit 81b1692483

11
README.md Normal file
View file

@ -0,0 +1,11 @@
Aggiungere un file **config/config.php** con le seguenti variabili:
```
<?php
//info mysql
$host = "";
$user = "";
$passwd = "";
$db = "";
$alias_dom = '';
?>
```