diff --git a/inc/config.php b/inc/config.php index 29a22507c..15237bfa6 100644 --- a/inc/config.php +++ b/inc/config.php @@ -7,8 +7,11 @@ * @copyright 2013 * @license http://www.wtfpl.net/ see COPYING file */ + +if(!is_dir('db/')){mkdir('db/',0705);} define ('DB_PATH', 'sqlite:./db/poche.sqlite'); + include 'db.php'; include 'functions.php'; require_once 'Readability.php';