1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

possibilité de désactiver la récupération des images d'un article

This commit is contained in:
nicosomb 2013-04-18 09:43:08 +02:00
parent 435bbd56ac
commit 64458521c3
2 changed files with 5 additions and 1 deletions

View file

@ -14,6 +14,7 @@ if (!is_dir('db/')) {
define ('DB_PATH', 'sqlite:./db/poche.sqlite');
define ('ABS_PATH', 'assets/');
define ('DOWNLOAD_PICTURES', TRUE);
include 'db.php';
include 'functions.php';