mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Global path pour archiver les images
variable global pour le répertoire ou archiver les images.
This commit is contained in:
parent
aceab4dc3d
commit
ad213c6d73
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
if(!is_dir('db/')){mkdir('db/',0705);}
|
||||
define ('DB_PATH', 'sqlite:./db/poche.sqlite');
|
||||
|
||||
define ('ABS_PATH', 'archiveImg/');
|
||||
|
||||
include 'db.php';
|
||||
include 'functions.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue