<?php
define('DB_TYPE', 'mysql');
define('DB_HOST', 'localhost');
define('DB_USERNAME', 'xxx');
define('DB_PASSWORD', 'xxx');
define('DB_NAME', 'my_xxx');
define('TABLE_PREFIX', '');
define('WB_PATH', dirname(__FILE__));
define('WB_URL', '
http://www.dna88.altervista.org/wb');define('ADMIN_PATH', WB_PATH.'/admin');
define('ADMIN_URL', '
http://www.dna88.altervista.org/wb/admin');// some mail provider do not deliver mails send via PHP mail() function as SMTP authentification is missing
// in that case activate SMTP for outgoing mails: un-comment next line and specify SMTP host of your domain
// define('WBMAILER_SMTP_HOST', 'mail.example.com');
require_once(WB_PATH.'/framework/initialize.php');
?>
linea 19 dovrebbe essere "require_once(WB_PATH.'/framework/initialize.php');"