1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Répertoire db

Création répertoire db si non existant.
This commit is contained in:
PeaceCopathe 2013-04-15 22:28:24 +02:00
parent 51b88e2b42
commit f44adcc4e4

View file

@ -7,8 +7,11 @@
* @copyright 2013 * @copyright 2013
* @license http://www.wtfpl.net/ see COPYING file * @license http://www.wtfpl.net/ see COPYING file
*/ */
if(!is_dir('db/')){mkdir('db/',0705);}
define ('DB_PATH', 'sqlite:./db/poche.sqlite'); define ('DB_PATH', 'sqlite:./db/poche.sqlite');
include 'db.php'; include 'db.php';
include 'functions.php'; include 'functions.php';
require_once 'Readability.php'; require_once 'Readability.php';