cron.apteryx.indivia.net/README.md

163 B

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

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