/booka/newlayout

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/newlayout

« back to all changes in this revision

Viewing changes to inc/dbConnect.php

  • Committer: Gustav Hartvigsson
  • Date: 2009-12-04 16:51:06 UTC
  • Revision ID: gego@quad-20091204165106-wumf1gzbskkuai0g
merging Neo to trunk. freezing neo branshs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
        //DB connect.
3
 
        
4
 
        $db=new SQLiteDatabase("./cfg/db.sqlite");
5
 
        
 
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
 
6
9
?>