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:
parent
435bbd56ac
commit
64458521c3
2 changed files with 5 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue