To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/booka/newlayout
1
by Gustav Hartvigsson
initial code...
|
1
|
<?php
|
11
by Gustav Hartvigsson
merging Neo to trunk. freezing neo branshs.
|
2
|
/*
|
3
|
dbConnect.php
|
4
|
*/
|
5
|
|
6
|
$db = new sqliteDatabase("cfg/db.sqlite") or die("can not open/create <code>/cfg/db.sqlite</code>");
|
7
|
|
8
|
|
1
by Gustav Hartvigsson
initial code...
|
9
|
?>
|