Lots of changes
[PHPIPManager.git] / lib / config.php
1 <?php
2
3 // this is the only configurable
4
5 $DB_URI = "sqlite:/tmp/db.db";
6
7
8 global $DB_URI;
9
10 ?>