various bits a pieces
[otpcentral.git] / php / config / config.php
index 15c5adc..1d8a6f4 100644 (file)
@@ -1,3 +1,8 @@
 <?php
 
+$DB_URI = "sqlite:/tmp/otpcentral.db";
+
+
+global $DB_URI;
+
 ?>
\ No newline at end of file