From bc0e8db8799d5df6c29e8c864ffca9532d715466 Mon Sep 17 00:00:00 2001 From: zamentur Date: Sat, 13 Sep 2014 15:01:24 +0200 Subject: [PATCH] - fix Can't answer to the poll if not connected #5 --- conf/variables.php.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');