diff --git a/conf/variables.php.template b/conf/variables.php.template index 4c091f8..543da5f 100644 --- a/conf/variables.php.template +++ b/conf/variables.php.template @@ -88,7 +88,7 @@ const URL_PROPRE = false; const GOOGLE_ANALYTICS_ID = false; // Utilisation de l'identité (REMOTE_USER) fournie par le serveur web -const USE_REMOTE_USER = true; +const USE_REMOTE_USER = false; if (@file_exists('variables.local.php')) { include('variables.local.php');