Moving the old code aside into the archive as i begin a new
[glcas.git] / archive / v1 / var / config.php
diff --git a/archive/v1/var/config.php b/archive/v1/var/config.php
new file mode 100644 (file)
index 0000000..48cd513
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+// statically set for now
+$GLOBAL_BASE_URL="/src/eclipse-workspace/glcas/www/";
+$DB_URL="sqlite:$BASE_DIR/var/ds_store.db";
+
+global $GLOBAL_BASE_URL, $DB_URL;
+
+?>
\ No newline at end of file