initial re-coding
[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 ?>