Lots of changes
[PHPIPManager.git] / lib / config.php
diff --git a/lib/config.php b/lib/config.php
new file mode 100644 (file)
index 0000000..b12b2b5
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+// this is the only configurable
+
+$DB_URI = "sqlite:/tmp/db.db";
+
+
+global $DB_URI;
+
+?>
\ No newline at end of file