projects
/
configmanager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
generic ssh
[configmanager.git]
/
etc
/
config.php
1
<?php
2
3
$DB_URL="sqlite:$BASE_DIR/var/ds_store.db";
4
5
global $DB_URL;
6
7
?>