<?php
global $da_host;
global $da_port;
global $da_ssl;

$da_host="localhost";
$da_port="2222";
$da_ssl=false;

?>
