From dc9a9e6073fc94770a09752e31ad73e75e238203 Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Mon, 6 Mar 2006 07:16:43 +0000
Subject: [PATCH] =?UTF-8?q?Les=20polices=20sont=20recherche=CC=81es=20par?=
 =?UTF-8?q?=20un=20find=5Fin=5Fpath.=20Ne=20pas=20pre=CC=81ciser=20"ecrire?=
 =?UTF-8?q?/polices",=20mais=20uniquement=20"polices",=20de=20fac=CC=A7on?=
 =?UTF-8?q?=20a=CC=80=20pouvoir=20livrer=20les=20polices=20dans=20le=20dos?=
 =?UTF-8?q?sier=20squelettes.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/inc/utils.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ecrire/inc/utils.php b/ecrire/inc/utils.php
index 5d138e4403..ead1aaebc2 100644
--- a/ecrire/inc/utils.php
+++ b/ecrire/inc/utils.php
@@ -894,7 +894,9 @@ function spip_initialisation() {
 	define('_DIR_TRANSFERT', _DIR_RESTREINT . "upload/");
 	define('_DIR_PLUGINS', _DIR_RACINE . "plugins/");
 	define('_DIR_LOGOS', _DIR_RACINE ."IMG/");
-	define('_DIR_POLICES', _DIR_RESTREINT ."polices/");
+
+//	define('_DIR_POLICES', _DIR_RESTREINT ."polices/");
+	define('_DIR_POLICES', "polices/");
 
 	// les fichiers qu'on y met, entre autres
 	define('_FILE_CRON_LOCK', _DIR_SESSIONS . 'cron.lock');
-- 
GitLab