2015-12-19 19:28:08 +01:00
|
|
|
Aggiungere un file **config/config.php** con le seguenti variabili:
|
|
|
|
```
|
|
|
|
<?php
|
|
|
|
//info mysql
|
|
|
|
$host = "";
|
|
|
|
$user = "";
|
|
|
|
$passwd = "";
|
|
|
|
$db = "";
|
|
|
|
$alias_dom = '';
|
2015-12-19 20:01:03 +01:00
|
|
|
$ventiquatro_ore_in_sec=86400;
|
2015-12-19 19:28:08 +01:00
|
|
|
?>
|
|
|
|
```
|