From ad213c6d7375cec170ab4f4410e45742695485ef Mon Sep 17 00:00:00 2001 From: PeaceCopathe Date: Mon, 15 Apr 2013 23:29:52 +0200 Subject: [PATCH] Global path pour archiver les images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit variable global pour le répertoire ou archiver les images. --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 15237bfa6..e6b0c1582 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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';