1
0
Fork 0
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:
PeaceCopathe 2013-04-15 23:29:52 +02:00
parent aceab4dc3d
commit ad213c6d73

View file

@ -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';