<? # config.php -- Configuration File # $Id: config.php,v 1.1.1.1 2004/01/01 05:51:24 rocket_169 Exp $ # # Copyright (c) 2003 The phpFamilyTree Project Team # Licensed under the GNU GPL. For full terms see the file COPYING. # # http://www.phpfamilytree.org # # Database settings $db_host = "127.0.0.1"; $db_user = "webuser"; $db_pass = "secret"; $db_name = "phpFamilyTree"; # Set top and left margin in pixels $topmargin=120; $leftmargin=0; # Chart and box dimensions $graphwidth=900; $boxwidth=80; $boxheight=70; ?>