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'); }