<?
/*
Scryed Labs Financial Manager
Copyright (c) 2005-2007, Scryed Labs
http://www.scryedlabs.com
Financial Manager is copyrighted free software by Waheed Ayubi <hide@address.com>.
You can redistribute it and/or modify it under either the terms of the GPL
(see COPYING.txt), or the terms of the Artistic License (see README.txt).
http://sourceforge.net/projects/financemonitor/
*/
?>
<?
include_once ('lib/adodb/adodb.inc.php');
$dsn = 'mysql://root:@localhost:3306/money';
$conn = NewADOConnection($dsn);
if (!$conn) die("Connection failed");
?>