From b427472bbf8f8163d3fddd21e29fe554ee402d38 Mon Sep 17 00:00:00 2001 From: Simon Leblanc Date: Fri, 20 May 2011 02:54:14 +0200 Subject: [PATCH] add constante for clean URL --- variables.php.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/variables.php.template b/variables.php.template index 6cbc8ec..c822c90 100644 --- a/variables.php.template +++ b/variables.php.template @@ -75,6 +75,9 @@ define('LOGOBANDEAU', ''); +// Activation des URL propre (true pour activer, false sinon) +define('URL_PROPRE', false); + if (@file_exists('variables.local.php')) { include('variables.local.php'); }