]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/config.php
suppression doublon du code pour la requête
[github/wallabag/wallabag.git] / inc / config.php
CommitLineData
e46efced 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 */
10define ('DB_PATH', 'sqlite:./db/poche.sqlite');
11
12include 'db.php';
13include 'functions.php';
14require_once 'Readability.php';
15require_once 'Encoding.php';
16?>