From 64458521c36de87d10f1c726667faeaaa5126840 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Thu, 18 Apr 2013 09:43:08 +0200 Subject: =?UTF-8?q?possibilit=C3=A9=20de=20d=C3=A9sactiver=20la=20r=C3=A9c?= =?UTF-8?q?up=C3=A9ration=20des=20images=20d'un=20article?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/config.php') diff --git a/inc/config.php b/inc/config.php index a7904def..4db3cf40 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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'; -- cgit v1.2.3