No description
.gitignore | ||
delete_apteryx_alias.php | ||
README.md |
Aggiungere un file config/config.php con le seguenti variabili:
<?php
//info mysql
$host = "";
$user = "";
$passwd = "";
$db = "";
$alias_dom = '';
$ventiquatro_ore_in_sec=86400;
?>