cron.apteryx.indivia.net/README.md

194 B

Aggiungere un file config/config.php con le seguenti variabili:

<?php
//info mysql
$host = "";
$user = "";
$passwd = "";
$db = "";
$alias_dom = '';
$ventiquatro_ore_in_sec=86400;
?>