/booka/newlayout

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/newlayout
1
2
3
4
5
6
7
8
9
<?php
	/*
	dbConnect.php
	*/

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

?>