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:
parent
51b88e2b42
commit
f44adcc4e4
1 changed files with 3 additions and 0 deletions
|
@ -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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue