diff options
Diffstat (limited to 'inc/config.php')
-rw-r--r-- | inc/config.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/inc/config.php b/inc/config.php new file mode 100644 index 00000000..f9a4701e --- /dev/null +++ b/inc/config.php | |||
@@ -0,0 +1,16 @@ | |||
1 | <?php | ||
2 | /** | ||
3 | * poche, a read it later open source system | ||
4 | * | ||
5 | * @category poche | ||
6 | * @author Nicolas LÅ“uillet <nicolas@loeuillet.org> | ||
7 | * @copyright 2013 | ||
8 | * @license http://www.wtfpl.net/ see COPYING file | ||
9 | */ | ||
10 | define ('DB_PATH', 'sqlite:./db/poche.sqlite'); | ||
11 | |||
12 | include 'db.php'; | ||
13 | include 'functions.php'; | ||
14 | require_once 'Readability.php'; | ||
15 | require_once 'Encoding.php'; | ||
16 | ?> \ No newline at end of file | ||