projects
/
glcas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
all in the datastore.
[glcas.git]
/
var
/
config.php
1
<?php
2
3
// statically set for now
4
$GLOBAL_BASE_URL="/src/eclipse-workspace/glcas/www/";
5
$DB_URL="sqlite:$BASE_DIR/var/ds_store.db";
6
7
global $GLOBAL_BASE_URL, $DB_URL;
8
9
?>