<?php
	/*
	dbConnect.php
	*/

	$db = new sqliteDatabase("cfg/db.sqlite") or die("can not open/create <code>/cfg/db.sqlite</code>");
	

?>
