aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/config.php
blob: f9a4701ee7867c9fd3ec309c31d36578a9d60876 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * poche, a read it later open source system
 *
 * @category   poche
 * @author     Nicolas Lœuillet <nicolas@loeuillet.org>
 * @copyright  2013
 * @license    http://www.wtfpl.net/ see COPYING file
 */
define ('DB_PATH', 'sqlite:./db/poche.sqlite');

include 'db.php';
include 'functions.php';
require_once 'Readability.php';
require_once 'Encoding.php';
?>